* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: #ffffff
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: inherit
}

@media only screen and (orientation:portrait) {
    #aviso-movil-horizontal {
        display: block
    }

    #main {
        display: block
    }

    #mySidebar {
        display: none
    }
}

@media only screen and (orientation:landscape) {
    #aviso-movil-horizontal {
        display: none
    }

    #main {
        display: none
    }
}

.aviso {
    position: absolute;
    z-index: 99;
    background-color: black;
    height: 100vh;
    width: 100vw;
    font-size: 1em
}

@-ms-viewport {
    width: device-width
}

.bodycolor {
    background-color: #efa18a
}

.letter {
    font-size: 100px;
    color: #222;
    font-family: tahoma
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.modal-contenido {
    background-color: rgba(0, 0, 0);
    padding: 10px 20px;
    margin: auto !important;
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999
}

.selecao {
    background-color: rgba(133, 203, 205, 0.3) !important
}

.mostrar {
    visibility: hidden
}

.responsive {
    width: auto;
    height: 100vh
}

.responsivetpr {
    width: 100vw;
    height: 100vh
}

.homeDiv {
    color: #2f2f2f;
    text-align: center;
    padding-top: 10px
}

.homeDiv img {
    max-width: 250px
}

.homeDiv h1 {
    font-size: calc(0.5rem + 1vw);
    font-weight: bold
}

.homeDiv p {
    font-size: calc(0.3rem + 1vw)
}

.sidebar {
    height: 100vh;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    transition: 0.5s;
    font-size: 12px;
    font-weight: 200;
    color: black;
    background-color: white;
    padding: 0px 10px 0px 5px;
    display: flex;
    flex-direction: column
}

.sidebar-oculta {
    display: none
}

.tamanhoMenu {
    width: 310px
}

.sidebar a {
    text-decoration: none;
    display: block;
    transition: 0.3s
}

.sidebar a:hover {
    color: #efa18a
}

.sidebar ul .active,
.sidebar li .active {
    background-color: rgba(133, 203, 205, 0.7)
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px
}

.openbtn {
    font-size: 25px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 2px 8px 7px;
    border: none;
    border-radius: 5px
}

.openbtn:hover {
    background-color: #efa18a
}

#main {
    transition: margin-left .5s;
    padding: 10px;
    width: 200px;
    position: absolute;
    z-index: 10
}

#open-info {
    color: #111;
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 42px;
    z-index: 7;
    display: block
}

#open-info a:hover {
    color: #efa18a
}

.open-imprimir {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 50px;
    z-index: 7;
    display: block
}

.sidenav-info {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #181c20
}

.sidenav-info h3 {
    margin-left: 20px
}

#sidenav-infoLogo {
    position: absolute;
    bottom: 10px;
    left: 350px;
    display: none;
    z-index: 999
}

.font-top {
    font-size: 1.1em;
    font-weight: bold;
    top: 10px;
    position: absolute
}

.sidenav-info a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav-info a:hover {
    color: #efa18a
}

.sidenav-info .closebtn-info {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 9999
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.div-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #333;
    clear: both;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    margin: 5px 0px 10px 5px
}

.div-link:hover {
    background-color: #eceeee;
    color: #515151
}

.div-link.seleccionado {
    background-color: #fff1ec;
    color: #444444 !important
}

.div-linkWall {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #333;
    clear: both;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    margin: 5px 0px 10px 5px
}

.div-linkWall:hover {
    background-color: #eceeee;
    color: #515151
}

.div-linkWall.seleccionado {
    background-color: #fff1ec;
    color: #444444 !important
}

.columnas {
    display: flex;
    flex: 1
}

.columnas p {
    font-size: 0.8em;
    margin: 0px 0px 3px 0px
}

.columnas h1,
h2 {
    font-size: 1em;
    font-weight: bold
}

.columna {
    padding: 10px
}

.columna img {
    max-width: 90px;
    max-height: 90px
}

#imagen-pantalla-completa {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 100vh;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    will-change: opacity
}

.imagen-pantalla-completa img {
    width: auto;
    height: 100vh;
    transform: translateZ(0);
    backface-visibility: hidden
}

.imagen-pantalla {
    position: fixed;
    top: 0;
    right: 0
}

#imagen-pantalla-completaWall {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 100vh;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    will-change: opacity
}

.imagen-pantalla-completaWall img {
    width: auto;
    height: 100vh;
    transform: translateZ(0);
    backface-visibility: hidden
}

#buscador {
    outline: none;
    margin-bottom: 10px;
    width: 104%;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: left;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px
}

#buscador::placeholder {
    color: #ccc
}

#buscadorWall:focus {
    background-color: #dddddd
}

#buscadorWall {
    width: 104%;
    padding: 10px;
    border: 1px solid #5d5d5d;
    outline: none;
    margin-bottom: 10px
}

#buscadorWall::placeholder {
    color: #ccc
}

#buscadorWall:focus {
    background-color: #dddddd
}

#limpiarBusqueda {
    margin-left: 94%;
    margin-top: -30px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    color: #999;
    font-size: 18px
}

#limpiarBusqueda:hover {
    color: #333
}

#limpiarBusquedaWall {
    margin-left: 94%;
    margin-top: -30px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    color: #999;
    font-size: 18px
}

#limpiarBusquedaWall:hover {
    color: #333
}

.column-menu {
    float: left
}

.left-column {
    width: 40%
}

.right-column {
    width: 60;
    padding: 10px
}

.row-menu:after {
    content: "";
    display: table;
    clear: both
}

@media screen and (max-width:600px) {
    .column-menu {
        width: 100%
    }
}

#mySearch {
    width: 100%;
    font-size: 12px;
    padding: 11px;
    z-index: 10;
    margin-top: 2px
}

#mySearchFloor {
    width: 100%;
    font-size: 12px;
    padding: 11px;
    z-index: 10;
    margin-top: 2px
}

#myMenu,
#myMenuFloor {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative
}

#myMenu li a,
#myMenuFloor li a {
    height: 110px;
    color: black;
    display: block;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5em;
    border: 1px solid gray;
    padding: 10px 15px;
    border-radius: 15px;
    margin: 5px 15px 5px 10px
}

#myMenu li a:hover,
#myMenuFloor li a:hover {
    background: #f4f4f4
}

.info-main {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    min-width: 100%;
    gap: 1rem 1rem;
    grid-template-columns: auto auto auto auto
}

.info-card {
    max-width: 250px;
    background-color: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #f1f1f1;
    z-index: 1
}

.menu-row {
    cursor: pointer;
    width: 96%
}

.menu-row h1 {
    background-color: #f1f1f1;
    padding: 1rem 2.25rem 1rem .5rem;
    font-size: 0.8rem;
    line-height: 1;
    color: #181c20
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1
}

.form-select option {
    padding: 10px;
    border-radius: 10px
}

.ocultarMenu {
    display: none
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) 50% 50% no-repeat rgb(255, 255, 255)
}

@media screen {
    #logo {
        display: none
    }
}

@media print {
    #logo {
        display: inline-block
    }

    .responsive {
        height: 60%;
        width: 60%;
        margin-top: 10px
    }

    .sidenav-info {
        overflow: hidden
    }

    .open-imprimir {
        display: none
    }

    .bi {
        display: none
    }
}

.powered {
    font-size: 0.5rem;
    text-align: center;
    background-color: #68c3d9;
    color: white;

}

.button-container {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px
}

.btn {
    flex: 1;
    padding: 20px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1rem
}

.btn-option {
    background-color: #ffffff;
    color: #515151;
    border: none
}

.btn-option.active {
    color: #be6a51 !important;
    border-bottom: 2px solid #d58066 !important;
    background-color: #ffe2dad4 !important;
}

.btn-option.active::after {
    display: none
}

.btn-option:hover {
    background-color: #ffeae35e;
    color: #eb4715;
}

.itemSidebar a:hover {
    color: #fff
}

.itemSidebar:last-child {
    border-bottom: none
}

.scroll-content {
    max-height: calc(100vh - 155px);
    overflow-y: auto
}

.ver {
    padding: 5px 0px
}

.ver a {
    color: #333;
    font-size: 1em
}

.ver a:hover {
    color: blue
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white !important;
    text-align: center;
    z-index: 98;
    padding: 0px 10px 10px 10px
}

.cookies a {
    color: #efa18a
}

.cookies a:hover {
    color: #f2f2f2
}

.cookies h2 {
    color: white !important
}

.cookies__titulo {
    font-size: 1.5rem;
    text-transform: uppercase
}

.cookies__texto {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 25px
}

.cookies__boton {
    background: initial;
    border: 2px solid white;
    padding: 1rem;
    font-size: 1rem;
    color: white;
    width: 20rem;
    text-align: center;
    cursor: pointer;
    margin: 5px
}

.cookies__boton:hover {
    background-color: #efa18a
}

@media screen and (max-height:450px) {
    .homeDiv img {
        max-width: 100px
    }

    .sidebar {
        padding-top: 15px
    }

    .overlay-info {
        overflow-y: auto
    }

    .overlay-info a {
        font-size: 20px
    }

    .overlay-info .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }

    .open-imprimir {
        display: none
    }

    .powered {
        display: none
    }

    .botonDownload {
        bottom: 60px
    }
}

@media only screen and (max-width:850px) {
    .open-imprimir {
        display: none
    }

    .botonDownload {
        bottom: 60px
    }

    .powered {
        display: none
    }
}

@media(min-width:900px) and (max-width:1028px) {
    .open-imprimir {
        display: none
    }

    .powered {
        display: none
    }

    .botonDownload {
        bottom: 60px
    }
}

.div-link img,
.div-linkWall img {
    will-change: transform;
    transform: translateZ(0)
}

.imagen-pantalla-completa img,
.imagen-pantalla-completaWall img {
    will-change: opacity, transform;
    transform: translateZ(0)
}

.responsive {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

@media (max-width:768px) {

    .div-link img,
    .div-linkWall img {
        max-width: 80px;
        height: auto
    }
}

.tab {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2px
}

label {
    position: relative;
    display: block;
    padding: 15px;
    background: #efa18a;
    text-transform: uppercase;
    cursor: pointer
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    transition: max-height .35s
}

.tab-content p {
    margin: 1em
}

#textInfo .tooltip-content {
    position: absolute;
    width: 200px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 1.2em;
    font-size: 0.8em;
    padding: .8em;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
    transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39)
}

#textInfo:hover {
    z-index: 3
}

#textInfo:hover .tooltip-content {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
}

#textInfo .hotspot {
    cursor: pointer
}

#textInfo .hotspot .out:before {
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

#textInfo .hotspot .out {
    background: url(../vendor/img/adv.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 35px;
    -webkit-transition: -webkit-transform ease-out 0.1s, border 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, border 0.2s;
    transition: transform ease-out 0.1s, border 0.2s
}

#textInfo .hotspot .in {
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s
}

#textInfo .hotspot .out:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

#textInfo .hotspot:hover .out {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    color: #fff
}

#textInfo .hotspot:hover .in {
    background-color: rgba(255, 255, 255, 1);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

#textInfo .hotspot:hover .out:after {
    -webkit-animation: sonarEffect 1.2s ease-out;
    -moz-animation: sonarEffect 1.2s ease-out;
    animation: sonarEffect 1.2s ease-out
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.5
    }

    20% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(192, 14, 56, .8), 0 0 0 10px rgba(255, 255, 255, 0.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(192, 14, 56, .8), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.5
    }

    20% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(192, 14, 56, .8), 0 0 0 10px rgba(255, 255, 255, 0.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(192, 14, 56, .8), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.5
    }

    20% {
        opacity: 0.8;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(192, 14, 56, .8), 0 0 0 10px rgba(255, 255, 255, 0.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(192, 14, 56, .8), 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.caixa {
    position: absolute;
    float: right;
    right: 0px;
    z-index: 4
}

.overlaya {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    overflow-y: scroll;
    transition: 0.5s
}

.inicio {
    background-color: rgba(0, 0, 0, 0.3)
}

.overlaya-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center
}

.overlaya-content h1 {
    font-size: 2em;
    margin: 15px
}

.overlaya-content2 {
    width: 100%;
    text-align: center;
    margin-top: 5px
}

.overlaya a {
    text-decoration: none;
    font-size: 1.7em;
    display: block;
    transition: 0.3s
}

.overlaya a:hover,
.overlaya a:focus {
    color: #efa18a;
    z-index: 3;
    transition: 0.5s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.3
}

.overlaya .closebtn {
    position: absolute;
    right: 45px;
    font-size: 60px;
    z-index: 999
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px
}

.flex-container a:hover {
    opacity: 0.8;
    padding-block: 25px;
    background-color: rgba(57, 57, 57, 0.5);
    cursor: pointer;
    transition: 0.3s
}

.flex-container div {
    margin: 10px
}

.flex-container div img {
    max-width: 300px
}

.tab a:hover {
    color: rgb(183, 183, 183)
}

.fade-in {
    animation: fadeIn ease 0.5s;
    -webkit-animation: fadeIn ease 0.5s;
    -moz-animation: fadeIn ease 0.5s;
    -o-animation: fadeIn ease 0.5s;
    -ms-animation: fadeIn ease 0.5s
}

.fade-in2 {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#logoView {
    max-height: 60px;
    height: auto;
    width: auto
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.8s ease-out
}

.loading-overlay.fade-out {
    opacity: 0;
    pointer-events: none
}

.loading-container {
    text-align: center;
    color: rgb(56, 56, 56);
    max-width: 400px;
    padding: 40px
}

.loading-logo {
    margin-bottom: 30px;
    animation: logoFloat 3s ease-in-out infinite
}

.loading-client-logo {
    max-width: 200px;
    max-height: 100px
}

.loading-default-logo {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    backdrop-filter: blur(10px)
}

.loading-text h2 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    font-weight: 300;
    letter-spacing: 2px
}

.loading-text p {
    font-size: 1.1em;
    opacity: 0.8;
    margin: 0 0 40px 0
}

.loading-progress {
    margin: 40px 0
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(232, 117, 117, 0.913);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 15px
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #fff, #f0f0f0);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 2px
}

.progress-text {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    opacity: 0.8
}

.loading-spinner {
    margin-top: 30px
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-10px)
    }
}

.environment-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    overflow-y: auto;
    padding: 20px 0 80px 0
}

.environment-splash.hidden {
    opacity: 0;
    pointer-events: none
}

.splash-content {
    text-align: center;
    color: #3b3b3b;
    width: 100%;
    max-width: 1200px;
    animation: slideInUp 0.6s ease-out;
    margin: auto
}

.splash-logo img {
    max-width: 200px;
    height: auto
}

.splash-content h1 {
    font-size: 2.5em;
    margin: 15px 0 5px 0;
    font-weight: 900
}

.splash-content p {
    font-size: 1.2em;
    opacity: 0.95;
    margin-bottom: 40px
}

.environment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.environment-card {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    aspect-ratio: 4/3
}

.environment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease
}

.environment-card:hover::before {
    opacity: 1
}

.environment-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.4)
}

.card-image {
    height: 70%;
    position: relative;
    overflow: hidden
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease
}

.environment-card:hover .card-image img {
    transform: scale(1.15)
}

.card-overlay {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(171 167 166 / 70%) 0%, #f6c6ac52 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease
}

.environment-card:hover .card-overlay {
    opacity: 1
}

.card-overlay i {
    font-size: 2.5em;
    margin-bottom: 15px;
    animation: pulse 2s infinite
}

.card-overlay span {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.card-content {
    height: 30%;
    padding: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.card-content h3 {
    margin: 0 0 5px 0;
    font-size: 1.3em;
    font-weight: 600
}

.card-content p {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9em;
    text-transform: capitalize;
    letter-spacing: 0.5px
}

.environments-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-size: 12px;
    z-index: 10000;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none
}

.environment-splash:not(.hidden)~.environments-footer {
    opacity: 1;
    pointer-events: all
}

.environments-footer a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500
}

.environments-footer a:hover {
    color: #2980b9;
    text-decoration: underline
}

@media (max-width:768px) {
    .environment-splash {
        padding: 20px 0 100px 0
    }

    .splash-content {
        padding: 20px 15px
    }

    .splash-content h1 {
        font-size: 2em
    }

    .splash-content p {
        font-size: 1em;
        margin-bottom: 30px
    }

    .environment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px
    }

    .environment-card {
        min-height: 250px
    }

    .card-content h3 {
        font-size: 1.2em
    }

    .card-content p {
        font-size: 0.85em
    }

    .environments-footer {
        padding: 10px 15px;
        font-size: 11px
    }
}

@media (max-width:480px) {
    .splash-content h1 {
        font-size: 1.8em
    }

    .environment-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px
    }

    .environment-card {
        min-height: 220px
    }

    .card-content {
        padding: 15px
    }

    .card-content h3 {
        font-size: 1.1em
    }

    .splash-logo img {
        max-width: 150px
    }
}

@media (max-height:600px) {
    .environment-splash {
        padding: 15px 0 70px 0
    }

    .splash-content {
        padding: 15px 20px
    }

    .splash-content h1 {
        font-size: 1.8em;
        margin: 10px 0
    }

    .splash-content p {
        margin-bottom: 20px
    }

    .environment-grid {
        margin-top: 20px;
        gap: 15px
    }

    .environment-card {
        min-height: 180px
    }
}

@media (max-height:500px) and (orientation:landscape) {
    .environment-splash {
        padding: 10px 0 60px 0
    }

    .splash-content {
        padding: 20px
    }

    .splash-content h1 {
        font-size: 1.5em;
        margin: 5px 0
    }

    .splash-content p {
        font-size: 0.9em;
        margin-bottom: 15px
    }

    .environment-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
        margin-top: 15px
    }

    .environment-card {
        min-height: 150px
    }

    .splash-logo img {
        max-width: 120px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .environment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px
    }

    .splash-content h1 {
        font-size: 2.2em
    }
}

@media (min-width:1200px) {
    .environment-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1200px
    }

    .splash-content h1 {
        font-size: 2em
    }

    .splash-content p {
        font-size: 1em
    }
}

.products-loading {
    padding: 20px
}

.skeleton-loader {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.skeleton-item {
    height: 90px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 15px
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

.div-link,
.div-linkWall {
    transition: all 0.3s ease;
    transform: translateX(0)
}

.div-link:hover,
.div-linkWall:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.div-link.seleccionado,
.div-linkWall.seleccionado {
    animation: selectedPulse 2s ease-in-out infinite;
    border-color: #e7bcb7
}

@keyframes selectedPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 97, 105, 0.4)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(186, 12, 0, 0)
    }
}

.imagen-pantalla-completa,
.imagen-pantalla-completaWall {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fadeOutScale {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0.95)
    }
}

.sidebar-buttons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000
}

.favorites-btn,
.share-btn {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none
}

.favorites-btn:hover,
.share-btn:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 1);
    color: #e74c3c;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2)
}

.favorites-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid white
}

.favorite-heart {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font-size: 18px;
    color: #ddd;
    transition: all 0.3s ease;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.favorite-heart:hover {
    transform: scale(1.1);
    color: #e74c3c
}

.favorite-heart.favorited {
    color: #e74c3c;
    animation: heartBeat 0.6s ease
}

@keyframes heartBeat {

    0%,
    100% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.3)
    }

    50% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(1.25)
    }
}

.botonDownload {
    position: fixed;
    bottom: 30px;
    right: 20px;
    color: #333;
    font-size: 32px;
    cursor: pointer;
    z-index: 7;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: none
}

.botonDownload:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    color: #28a745;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2)
}

.botonDownload a {
    color: inherit;
    text-decoration: none
}

.floating-panel-buttons {
    position: absolute;
    right: 20px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1001
}

.floating-print-btn-simple {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.floating-print-btn-simple:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25)
}

.floating-print-btn-simple:active {
    transform: translateY(-3px) scale(0.98)
}

.floating-print-btn-simple.print-action {
    color: #1c1c1c
}

.floating-print-btn-simple.print-action:hover {
    background: rgba(255, 174, 185, 0.1);
    color: #efa18a
}

.hidden {
    display: none !important
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out
}

.fade-out {
    animation: fadeOut 0.5s ease-in-out
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.div-link img,
.div-linkWall img {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden
}

.responsive {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    will-change: transform
}

.scroll-content::-webkit-scrollbar {
    width: 6px
}

.scroll-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.scroll-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
    transition: background 0.3s ease
}

.scroll-content::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1
}

@media (max-width:768px) {
    .sidebar-buttons {
        right: 15px;
        gap: 12px
    }

    .favorites-btn,
    .share-btn {
        width: 50px;
        height: 50px;
        font-size: 20px
    }

    .botonDownload {
        width: 55px;
        height: 55px;
        font-size: 26px;
        bottom: 20px;
        right: 15px
    }

    .splash-content h1 {
        font-size: 1.5em
    }

    .environment-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        padding: 0 20px
    }

    .card-image {
        height: 180px
    }

    .floating-print-btn-simple {
        width: 50px;
        height: 50px;
        font-size: 18px
    }

    .div-link img,
    .div-linkWall img {
        max-width: 80px;
        height: auto
    }
}

@media (max-height:600px) {
    .sidebar-buttons {
        top: 40%;
        gap: 10px
    }

    .favorites-btn,
    .share-btn {
        width: 45px;
        height: 45px;
        font-size: 18px
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease
}

.modal-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.modal-content {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    transform: scale(0.9);
    transition: all 0.3s ease
}

.modal-overlay:not(.hidden) .modal-content {
    transform: scale(1)
}

.modal-header {
    background: linear-gradient(135deg, #e74c3c, #efa18a);
    color: white;
    padding: 20px 25px;
    display: flex;
    justify-content: between;
    align-items: center;
    position: relative
}

.modal-header h3 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 600
}

.modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) rotate(90deg)
}

.modal-body {
    padding: 30px 25px
}

.modal-body p {
    margin: 0 0 20px 0;
    color: #555;
    font-size: 1.1em;
    line-height: 1.5
}

.share-link-container {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid #e9ecef
}

.share-link-container input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 15px;
    font-size: 14px;
    color: #495057;
    outline: none
}

.share-link-container button {
    background: linear-gradient(135deg, #e74c3c, #0056b3);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap
}

.share-link-container button:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 186, 0.3)
}

.share-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.share-options button {
    background: white;
    border: 2px solid #e9ecef;
    color: #495057;
    padding: 15px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease
}

.share-options button:hover {
    border-color: #e74c3c;
    color: #e74c3c;
    background: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 186, 0.15)
}

.share-options button i {
    font-size: 20px
}

.share-options button:first-child {
    border-color: #25d366;
    color: #25d366
}

.share-options button:first-child:hover {
    background: #f0fff4;
    border-color: #20c657;
    color: #20c657;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.15)
}

.share-options button:last-child {
    border-color: #dc3545;
    color: #dc3545
}

.share-options button:last-child:hover {
    background: #fff5f5;
    border-color: #c82333;
    color: #c82333;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.15)
}

@media (max-width:600px) {
    .modal-content {
        width: 95%;
        margin: 20px
    }

    .modal-header,
    .modal-body {
        padding: 20px
    }

    .share-options {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .share-link-container {
        flex-direction: column
    }

    .share-link-container button {
        border-radius: 8px
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    color: white;
    padding: 20px;
    z-index: 99999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 3px solid #efa18a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

.cookie-banner.show {
    transform: translateY(0)
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.cookie-text {
    flex: 1;
    min-width: 300px
}

.cookie-text h4 {
    margin: 0 0 8px 0;
    color: #efa18a;
    font-size: 16px;
    font-weight: 600
}

.cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap
}

.cookie-btn.accept {
    background: #efa18a;
    color: white
}

.cookie-btn.accept:hover {
    background: #005a87;
    transform: translateY(-1px)
}

.cookie-btn.decline {
    background: transparent;
    color: #efa18a;
    border: 1px solid #666
}

.cookie-btn.decline:hover {
    background: #333;
    border-color: #999
}

.cookie-btn.cookie-settings {
    background: transparent;
    color: #efa18a;
    border: 1px solid #efa18a;
    font-size: 13px;
    padding: 8px 16px
}

.cookie-btn.cookie-settings:hover {
    background: #efa18a;
    color: white
}

.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

.cookie-modal label {
    background: none
}

.cookie-modal.show {
    display: flex
}

.cookie-modal-content {
    background: white;
    border-radius: 10px;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    margin: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3)
}

.cookie-modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 10px 10px 0 0
}

.cookie-modal-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px
}

.cookie-modal-body {
    padding: 20px;
    color: #333
}

.cookie-category {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fafafa
}

.cookie-category h4 {
    margin: 0 0 10px 0;
    color: #efa18a;
    font-size: 16px
}

.cookie-category p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4
}

.cookie-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%
}

input:checked+.slider {
    background-color: #efa18a
}

input:checked+.slider:before {
    transform: translateX(26px)
}

input:disabled+.slider {
    background-color: #efa18a;
    opacity: 0.6;
    cursor: not-allowed
}

.cookie-modal-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #f8f9fa;
    border-radius: 0 0 10px 10px
}

.orientation-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
    z-index: 99998;
    display: none;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

.orientation-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 40px 20px;
    max-width: 400px
}

.orientation-icon {
    font-size: 80px;
    color: #efa18a;
    margin-bottom: 20px;
    animation: rotate 2s infinite ease-in-out;
    display: block
}

@keyframes rotate {

    0%,
    100% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(90deg)
    }

    75% {
        transform: rotate(75deg)
    }
}

.orientation-content h1 {
    font-size: 24px;
    margin: 20px 0;
    color: #efa18a;
    font-weight: 600
}

.orientation-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
    opacity: 0.9
}

.orientation-content p strong {
    color: #efa18a
}

.orientation-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease
}

.orientation-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1)
}

.orientation-powered {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    opacity: 0.6;
    text-align: center
}

.orientation-powered a {
    color: #efa18a;
    text-decoration: none
}

.orientation-powered a:hover {
    text-decoration: underline
}

.notification-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #efa18a;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 100001;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    max-width: 300px;
    font-size: 14px;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

.notification-toast.show {
    transform: translateX(0)
}

.notification-toast.success {
    background: #28a745
}

.notification-toast.error {
    background: #dc3545
}

.notification-toast.warning {
    background: #ffc107;
    color: #212529
}

.notification-toast.info {
    background: #17a2b8
}

@media only screen and (orientation:portrait) and (max-width:768px) {
    .orientation-warning {
        display: block !important
    }

    #main-app {
        display: none !important
    }

    #mySidebar {
        display: none !important
    }

    .botonDownload {
        display: none !important
    }

    .powered {
        display: none !important
    }
}

@media only screen and (orientation:landscape) {
    .orientation-warning {
        display: none !important
    }
}

@media (max-width:768px) {
    .cookie-content {
        flex-direction: column;
        align-items: stretch;
        gap: 15px
    }

    .cookie-text {
        min-width: auto;
        text-align: center
    }

    .cookie-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px
    }

    .cookie-btn {
        flex: 1;
        min-width: 100px;
        font-size: 13px;
        padding: 8px 16px
    }

    .orientation-content h1 {
        font-size: 20px
    }

    .orientation-content p {
        font-size: 14px
    }

    .orientation-icon {
        font-size: 60px
    }

    .cookie-modal-content {
        margin: 10px;
        max-height: 90vh
    }

    .cookie-modal-body {
        padding: 15px
    }

    .cookie-modal-header {
        padding: 15px
    }

    .cookie-modal-footer {
        padding: 15px;
        flex-direction: column
    }

    .cookie-category {
        padding: 12px;
        margin-bottom: 15px
    }

    .notification-toast {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        transform: translateY(-100px)
    }

    .notification-toast.show {
        transform: translateY(0)
    }
}

@media (max-width:480px) {
    .cookie-banner {
        padding: 15px
    }

    .cookie-text h4 {
        font-size: 14px
    }

    .cookie-text p {
        font-size: 12px
    }

    .cookie-btn {
        font-size: 12px;
        padding: 6px 12px
    }

    .orientation-content {
        padding: 20px 15px;
        width: 350px
    }

    .orientation-content h1 {
        font-size: 18px
    }

    .orientation-content p {
        font-size: 1.3em
    }
}

.debug-cookies .cookie-banner {
    background: rgba(255, 0, 0, 0.9) !important;
    border-top-color: red !important
}

.debug-orientation .orientation-warning {
    border: 3px solid red !important
}

@media (prefers-contrast:high) {
    .cookie-banner {
        background: rgba(0, 0, 0, 1);
        border-top-width: 5px
    }

    .orientation-warning {
        background: black
    }

    .cookie-btn {
        border-width: 2px
    }
}

@media (prefers-color-scheme:dark) {
    .cookie-modal-content {
        background: #2d2d2d;
        color: white
    }

    .cookie-modal-header {
        background: #1a1a1a;
        border-bottom-color: #444
    }

    .cookie-modal-footer {
        background: #1a1a1a;
        border-top-color: #444
    }

    .cookie-category {
        background: #3a3a3a;
        border-color: #555
    }

    .cookie-category h4 {
        color: #5bc0de
    }

    .cookie-category p {
        color: #ccc
    }
}

@media (prefers-reduced-motion:reduce) {
    .orientation-icon {
        animation: none
    }

    .cookie-banner,
    .notification-toast,
    .cookie-btn,
    .orientation-close {
        transition: none
    }
}

.hidden {
    display: none !important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.cookie-banner *,
.cookie-modal *,
.orientation-warning *,
.notification-toast * {
    box-sizing: border-box
}

.cookie-banner button,
.cookie-modal button,
.orientation-warning button {
    font-family: inherit;
    outline: none
}

.cookie-banner button:focus,
.cookie-modal button:focus,
.orientation-warning button:focus {
    outline: 2px solid #efa18a;
    outline-offset: 2px
}

.sidebar {
    display: flex !important;
    flex-direction: row !important;
    padding: 0 !important;
    background: #f8fcffde;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.sidebar-toolbar {
    width: 60px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    border-right: 1px solid #e0e0e0;
    flex-shrink: 0;
    z-index: 10
}

.toolbar-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.2rem
}

.toolbar-item:hover {
    background: #e9ecef;
    color: #e74c3c;
    transform: translateX(2px)
}

.toolbar-item.active {
    background: #e3f2fd;
    color: #e74c3c
}

.sidebar-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 0 10px
}

.header-navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee
}

#logoViewSidebar {
    max-height: 40px;
    width: auto
}

.client-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333
}

.filter-section {
    margin-bottom: 15px;
    position: relative;
    z-index: 20
}

.filter-toggle-btn {
    width: 100%;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: left;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px
}

.filter-toggle-btn:hover {
    background: #e9ecef
}

.filter-panel {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0
}

.filter-panel.hidden {
    display: none
}

.filter-group {
    margin-bottom: 12px
}

.filter-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #555
}

.filter-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem
}

.scroll-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
    padding-bottom: 20px
}

.button-container {
    margin-bottom: 15px
}

.sidebar .closebtn {
    top: 5px;
    right: 18px;
    font-size: 28px;
    z-index: 20
}

.div-link,
.div-linkWall {
    margin: 5px 0 10px 0 !important;
    background: white;
}

@media (max-width:768px) {
    .sidebar-toolbar {
        width: 50px
    }

    .toolbar-item {
        width: 25px;
        height: 25px;
        font-size: 1rem
    }
}

.sidebar-toolbar #open-info {
    position: static !important;
    top: auto;
    right: auto;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #666;
    display: flex
}

.sidebar-toolbar #open-info:hover {
    background: #e9ecef;
    color: #e74c3c;
    transform: translateX(2px)
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 0
}

input[id^="buscador"] {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 40px 10px 15px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    outline: none
}

input[id^="buscador"]:focus {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

.back-link {
    font-size: 1.2rem;
    color: #444;
    padding: 5px;
    border-radius: 50%;
    transition: background 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.back-link:hover {
    color: #e74c3c !important
}

.limpiar-icon {
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: #999
}

.sidebar {
    flex-direction: column !important
}

.sidebar-toolbar {
    display: none !important
}

.sidebar-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 40px;
    background: #f0f8ff;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
    z-index: 20
}

.footer-item {
    font-size: 0.9rem;
    color: #3e3e3e;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.footer-item:hover {
    background: #f0f0f0;
    color: #e74c3c
}

@media (max-width:768px) {
    .sidebar-footer {
        padding: 5px 40px
    }
}

.sidebar-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0
}

#menuSidebar-content {
    flex-shrink: 0
}

.scroll-content {
    padding: 0 15px 15px 15px
}

.button-container {
    gap: 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0
}

#buscador,
#buscadorWall {
    margin-top: 15px;
    border-radius: 4px !important;
    background: #f8f9fa;
    border: 1px solid #eee
}

#open-info {
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: auto !important;
    right: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1.2rem !important;
    color: #3e3e3e !important
}

#open-info:hover {
    color: #e74c3c !important;
    background: #f0f0f0 !important
}

.badge {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #e74c3c;
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 0.5rem;
    font-weight: bold;
    min-width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 25
}

.footer-item.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f9f9f9
}

.footer-item.disabled:hover {
    color: #666;
    background: #f9f9f9
}

@media (min-width:1400px) {

    #imagen-pantalla,
    #imagen-pantalla-completa,
    #imagen-pantalla-completaWall {

        left: 310px;

    }
}