/*#region Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: textfield;
    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input::-ms-clear {
    display: none;
}
/*#endregion*/

:root {
    --dark-blue: #272C38;
    --color-star: #FF9802;
    --light-blue: #A2A4A9;
    --electric-color: #2979FF;
}

/*#region Common */
body {
    font-family: Rubik, Tahoma, sans-serif;
}

a {
    color: #008CEB;
    cursor: pointer;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: inherit;
}

body > .wrapper.blurred {
    animation: all .5s ease;
    filter: blur(5px);
}

#version_movil, .version_escritorio {
    display: none;
}

.pgc-modal {
    z-index: 999 !important;
    font-family: Arial, Tahoma, sans-serif !important;
    font-size: 16px !important;
}

div[data-tpc="rpl"] {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.3;
    background: white;
    padding: 8px;
    box-sizing: border-box;
}

.cabecera_movil.generic .top .buttons .search {
    margin-right: 4px;
}

/* Base */
.show-default {
    display: block;
}

.show-inline {
    display: inline;
}

.show-inline-block {
    display: inline-block;
}

.show-table {
    display: table;
}

.show-table-cell {
    display: table-cell;
}

.position-static {
    position: static;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-absolute-important {
    position: absolute !important;
}

.position-fixed-important {
    position: fixed !important;
}

.position-sticky-important {
    position: sticky !important;
}

.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

.valign-bottom {
    vertical-align: bottom;
}

.show-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.show-flex.dir-reverse {
    flex-direction: row-reverse;
}

.show-flex.dir-column {
    flex-direction: column;
}

.show-flex.dir-column-reverse {
    flex-direction: column-reverse;
}

.show-flex.wrap {
    flex-wrap: wrap;
}

.show-flex.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.show-flex.justify-end {
    justify-content: flex-end;
}

.show-flex.justify-center {
    justify-content: center;
}

.show-flex.justify-between {
    justify-content: space-between;
}

.show-flex.justify-around {
    justify-content: space-around;
}

.show-flex.align-start {
    align-items: flex-start;
}

.show-flex.align-end {
    align-items: flex-end;
}

.show-flex.align-center {
    align-items: center;
}

.show-flex.align-base {
    align-items: baseline;
}



.hide-default {
    display: none;
}

.hide-visibility {
    visibility: hidden;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25, .disable, .disabled {
    opacity: 0.5;
}

.opacity-50 {
    opacity: .50;
}

.opacity-75 {
    opacity: .75;
}

.opacity-1, .enable, enabled {
    opacity: 1;
}

.disable, .disabled {
    cursor: default !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}

.font-primary {
    font-family: Tahoma, sans-serif;
}

.font-secondary {
    font-family: Rubik, Tahoma, sans-serif
}

.font-smallest {
    font-size: .75rem;
    line-height: 14px;
}
/* 12px => 9px */
.font-small {
    font-size: .8333333rem;
    line-height: 13px;
}
/* 12px => 10px */
.font-normal {
    font-size: 1rem;
    line-height: 16px;
}

.font-large {
    font-size: 1.5rem;
    line-height: 22px;
}
/* 12px => 18px */
.font-largest {
    font-size: 2.0833333rem;
    line-height: 38px;
}
/* 12px => 25px */
.font-big {
    font-size: 2.9166666em;
    line-height: 45px;
}
/* 12px => 35px */
.font-bigest {
    font-size: 3.5em;
    line-height: 52px;
}
/* 12px => 42px */
.font-huge {
    font-size: 4.1666666em;
    line-height: 60px;
}
/* 12px => 50px */

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-boldest {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-justify {
    text-align: justify;
}

.text-decoration-underline {
    text-decoration: underline;
}

.text-decoration-overline {
    text-decoration: overline;
}

.text-decoration-linethrough {
    text-decoration: line-through;
}

.text-first-letter-uppercase:first-letter {
    text-transform: uppercase;
}

.color-default {
    color: black;
}

.color-link {
    color: #008CEB;
}

.color-error {
    color: red;
}

.color-text-1 {
    color: #B9B9B9;
}

.color-text-2 {
    color: white;
}

.color-text-3 {
    color: #333;
}

.color-text-4 {
    color: #666;
}

.color-text-5 {
    color: #999;
}

.color-text-6 {
    color: #ccc;
}

.color-text-7 {
    color: #F3D344;
}

.color-text-8 {
    color: #00FFFF
}

.color-text-9 {
    color: #FFFFCC
}

.bg-white {
    background: white;
}

.bg-black {
    background: black;
}

.bg-red {
    background: red;
}

.bg-green {
    background: green;
}

.bg-gray-3 {
    background: #333333;
}

.bg-gray-6 {
    background: #666666;
}

.bg-gray-9 {
    background: #999999;
}

.bg-darkred {
    background: #D90000;
    background: linear-gradient(135deg, #282828 0%,#4c4c4c 40%,#696969 60%);
}

.bg-darkgreen {
    background: #009900;
}

.bg-lightred {
    background: #FED3D3;
    background: linear-gradient(135deg, #ffe9c7 0%,#ffe9c9 40%,#fffcf7 60%);
}

.bg-lightgreen {
    background: #C0F6C0;
    background: linear-gradient(135deg, #dfeedb 0%,#f2f8ee 40%,#fafcf9 60%);
}

.bg-lightgray {
    background: #EBEBEB;
    background: linear-gradient(135deg, #d6d6d6 0%,#f0f0f0 40%,#f8f8f8 60%);
}

.bg-gradient-gray {
    background: linear-gradient(to bottom, #494949, #333333);
}

.bg-gradient-white {
    background: linear-gradient(to bottom, #494949, #fff);
}

.border-solid-default {
    border: solid 1px;
}

.border-solid-double {
    border: solid 2px;
}

.border-solid-top-default {
    border-top: solid 1px;
}

.border-solid-right-default {
    border-right: solid 1px;
}

.border-solid-bottom-default {
    border-bottom: solid 1px;
}

.border-solid-left-default {
    border-left: solid 1px;
}

.border-solid-top-double {
    border-top: solid 2px;
}

.border-solid-right-double {
    border-right: solid 2px;
}

.border-solid-bottom-double {
    border-bottom: solid 2px;
}

.border-solid-left-double {
    border-left: solid 2px;
}

.border-dotted-default {
    border: dotted 1px;
}

.border-dotted-double {
    border: dotted 2px;
}

.border-dotted-top-default {
    border-top: dotted 1px;
}

.border-dotted-right-default {
    border-right: dotted 1px;
}

.border-dotted-bottom-default {
    border-bottom: dotted 1px;
}

.border-dotted-left-default {
    border-left: dotted 1px;
}

.border-dotted-top-double {
    border-top: dotted 2px;
}

.border-dotted-right-double {
    border-right: dotted 2px;
}

.border-dotted-bottom-double {
    border-bottom: dotted 2px;
}

.border-dotted-left-double {
    border-left: dotted 2px;
}

.border-dashed-default {
    border: dashed 1px;
}

.border-dashed-double {
    border: dashed 2px;
}

.border-dashed-top-default {
    border-top: dashed 1px;
}

.border-dashed-right-default {
    border-right: dashed 1px;
}

.border-dashed-bottom-default {
    border-bottom: dashed 1px;
}

.border-dashed-left-default {
    border-left: dashed 1px;
}

.border-dashed-top-double {
    border-top: dashed 2px;
}

.border-dashed-right-double {
    border-right: dashed 2px;
}

.border-dashed-bottom-double {
    border-bottom: dashed 2px;
}

.border-dashed-left-double {
    border-left: dashed 2px;
}

.border-radius-default-5 {
    border-radius: 5px;
}

.border-radius-topleft-5 {
    border-top-left-radius: 5px;
}

.border-radius-topright-5 {
    border-top-right-radius: 5px;
}

.border-radius-bottomright-5 {
    border-bottom-right-radius: 5px;
}

.border-radius-bottomleft-5 {
    border-bottom-left-radius: 5px;
}

.border-radius-default-8 {
    border-radius: 8px;
    position: relative;
}

.border-radius-topleft-8 {
    border-top-left-radius: 8px;
}

.border-radius-topright-8 {
    border-top-right-radius: 8px;
}

.border-radius-bottomright-8 {
    border-bottom-right-radius: 8px;
}

.border-radius-bottomleft-8 {
    border-bottom-left-radius: 8px;
}

.border-radius-default-12 {
    border-radius: 12px;
}

.border-radius-topleft-12 {
    border-top-left-radius: 12px;
}

.border-radius-topright-12 {
    border-top-right-radius: 12px;
}

.border-radius-bottomright-12 {
    border-bottom-right-radius: 12px;
}

.border-radius-bottomleft-12 {
    border-bottom-left-radius: 12px;
}

.border-radius-default-16 {
    border-radius: 16px;
}

.border-radius-topleft-16 {
    border-top-left-radius: 16px;
}

.border-radius-topright-16 {
    border-top-right-radius: 16px;
}

.border-radius-bottomright-16 {
    border-bottom-right-radius: 16px;
}

.border-radius-bottomleft-16 {
    border-bottom-left-radius: 16px;
}

.border-radius-default-18 {
    border-radius: 18px;
}

.border-radius-topleft-18 {
    border-top-left-radius: 18px;
}

.border-radius-topright-18 {
    border-top-right-radius: 18px;
}

.border-radius-bottomright-18 {
    border-bottom-right-radius: 18px;
}

.border-radius-bottomleft-18 {
    border-bottom-left-radius: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-ajax {
    cursor: wait !important;
}

.cursor-move {
    cursor: move;
}

.cursor-resize-x {
    cursor: ew-resize;
}

.cursor-resize-y {
    cursor: ns-resize;
}

.margin-clear {
    margin: 0;
}

.margin-auto {
    margin: 0 auto;
}

.col-full {
    width: 100%;
}

.col-1-3 {
    width: 33.3333333%;
}

.col-2-3 {
    width: 66.6666666%;
}

.col-1-4 {
    width: 25%;
}

.col-2-4 {
    width: 50%;
}

.col-3-4 {
    width: 75%;
}

.col-1-5 {
    width: 20%;
}

.col-2-5 {
    width: 40%;
}

.col-3-5 {
    width: 60%;
}

.col-4-5 {
    width: 80%;
}

.button {
    padding: 2px 10px;
    border-radius: 5px;
    border-color: #666;
    border-width: 1px;
    cursor: pointer;
    color: #333;
    text-align: center;
    display: inline-block;
}

.button.solid {
    border-style: solid;
}

.button.dashed {
    border-style: dashed;
}

.button.bn {
    border-style: solid;
    border-color: black;
    background: black;
    color: white;
    padding-left: 28px;
    padding-right: 28px;
}

.feedback {
    color: white;
    width: 36px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback:first-child {
    margin-left: 0;
}
/*.feedback::after { vertical-align: middle; font-size: 18px; }*/
.feedback.facebook {
    background: #1877f2;
}
/*.feedback.facebook::after { content: "\f39e"; }*/
.feedback.twitter {
    /*background: #45B0E3;*/
    background: #000;
}
/*.feedback.twitter::after { content: "\f099"; }*/

.feedback.telegram {
    background: #239FDC;
    font-size: 20px;
}
/*.feedback.telegram::after { content: "\f3fe"; }*/

.feedback.googleplus {
    background: #CD1B21;
}
/*.feedback.googleplus::after { content: "\f0d5"; }*/
.feedback.instagram {
    background: #325C86;
}

.feedback.instagram::after {
    content: "\f16d";
}

.feedback.whatsapp {
    background: #5EB62B;
    font-size: 20px;
}
/*.feedback.whatsapp::after { content: "\f232"; font-size: 23px; margin-left: 3px; }*/
.feedback.print {
    background: #999;
}
/*.feedback.print::after { content: "\f02f"; }*/
.feedback.share {
    background: black;
}
/*.feedback.share::after { content: "\f1e0"; }*/
#feedback iframe {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    max-width: 150px;
}

.feedback, #feedback > a {
    margin-right: 0;
    margin-left: 4px;
}

#spnPrint, #spnShare {
    margin-left: 4px;
}


.show-me-more {
    width: 100%;
    height: 44px;
    position: absolute;
    text-align: center;
    font-size: 28px;
    bottom: 0;
    left: 0;
    line-height: 44px;
    padding-top: 19px;
    cursor: pointer;
    background-color: white;
}

.show-me-more::before {
    top: -40px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), white);
    z-index: 1;
}

.show-me-more i {
    position: relative;
    z-index: 1;
    font-size: 40px;
    top: -10px;
}

.show-me-more i:last-child {
    display: none;
}

.show-me-more.opened {
    position: relative;
    padding-top: 0;
    height: 50px;
    line-height: 27px;
    bottom: -9px;
}

.show-me-more.opened::before {
    display: none;
}

.show-me-more.opened i {
    display: none;
    top: 0;
}

.show-me-more.opened i:last-child {
    display: inline-block;
}

.cl {
    position: relative;
}

.cl:after {
    display: none;
}

.cl i.fa-times-circle {
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    content: "\f002" !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 28px !important;
    color: #ccc !important;
    line-height: 46px !important;
    width: 56px !important;
    text-align: center !important;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.cl i.fa-times-circle:before {
    top: 20%;
    position: relative;
    left: 0;
}

/*#endregion*/

/*#region Base */
html {
    font-size: 12px;
}

body {
    position: relative;
}

body.desktop {
    min-width: 1220px;
}

html, body {
    -webkit-overflow-scrolling: touch;
}

img {
    max-width: 100%;
    max-height: 100%;
}
/*#endregion*/

/*#region lazyimg*/
img.lazyImg {
    position: relative;
    width: 100% !important;
}

img.lazyImg.spinning {
    width: auto !important;
    height: auto !important;
}
/*#endregion*/

/*#region banner superior */
#banner_superior {
    padding: 10px 0;
    font-size: 0;
    z-index: 98;
    width: 100%;
    position: relative;
    height: 90px;
    overflow: hidden;
    top: 0;
}

#banner_superior > div.fa-spin-cont {
    position: static;
}

#banner_superior > div.fa-spin-cont > i.fa-spin {
    position: absolute;
    font-size: 35px;
    color: #333;
    left: 60%;
    top: 36%;
    z-index: -1;
}

#banner_superior.google > i.fa-spin {
    left: 60%;
}
/*#banner_superior iframe { width: 1px; min-width: 100%; *width: 100%; max-width: 996px;height: 90px; cursor: pointer; overflow: hidden; }*/
#banner_superior iframe {
    width: 100%;
    *width: 100%;
    min-width: 1px;
    max-width: 996px;
    height: 90px;
    cursor: pointer;
    overflow: hidden;
}

#banner_superior .swf {
    max-width: 996px;
    margin: 0 auto;
}

#banner_superior > div {
    position: relative;
}

#banner_superior .over {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    top: 0;
}

#banner_superior #dvBannerPaxinasG {
    width: 100%;
    max-width: 996px;
    background: white;
}

#banner_superior .wrapper { /*max-width: 996px;*/
}

#banner_superior .wrapper > span {
    background: url(/img/comunes/soloimagencomp_final.png) no-repeat scroll 0 0;
    display: inline-block;
    width: 258px;
    height: 80px;
    cursor: pointer;
}

#banner_google {
    height: 90px;
    overflow: hidden;
}

#banner_google > div {
    width: 100%;
    text-align: center;
}
/*#endregion*/

/*#region banner inferior */
#banner_inferior {
    display: none;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
    /*height: 80px;*/
    height: 100px;
    transition: bottom 200ms ease;
}

#banner_inferior.banner-google {
    background: white;
}

#banner_inferior > i {
    position: absolute;
    left: 0;
    top: -36px;
    font-size: 20px;
    border-radius: 0 8px 0 0;
    background: rgba(255, 255, 255, .9);
    color: #666;
    cursor: pointer;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
}

#banner_inferior iframe {
    width: 100%;
    height: 80px;
    cursor: pointer;
}

#banner_inferior.-semibanner {
    bottom: -50px;
}

body.bif.bif-pano-p #banner_inferior:not(.banner-google) {
    height: 80px;
}

body.bif.bif-pano-p #banner_inferior iframe {
    height: 80px;
}

body.bif.bif-pano-g #banner_inferior:not(.banner-google) {
    height: 80px;
}

body.bif.bif-pano-g #banner_inferior iframe {
    height: 80px;
}

body.bif.bif-ultrapano-p #banner_inferior:not(.banner-google) {
    height: 80px;
}

body.bif.bif-ultrapano-p #banner_inferior iframe {
    height: 80px;
}

body.bif.bif-ultrapano-g #banner_inferior:not(.banner-google) {
    height: 100px;
}

body.bif.bif-ultrapano-g #banner_inferior iframe {
    height: 100px;
}

#banner_inferior iframe.shadow {
    box-shadow: 0 5px 10px 10px rgba(0, 0, 0, .5);
}

#banner_inferior #bia {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 66%;
    width: 220px;
    z-index: -1;
}

#banner_inferior #bia .bg {
    position: absolute;
    background: white;
    box-shadow: 0 5px 75px 25px rgba(0, 0, 0, .25);
    width: 133%;
    height: 100%;
    border-top-right-radius: 100% 100%;
    left: -40%;
}

#banner_inferior #bia .sp {
    position: absolute;
    font-size: 46px;
    display: block !important;
    left: -31px;
    bottom: 66px;
    opacity: .5;
    -webkit-filter: grayscale(100%) invert(100%);
}

#banner_inferior #bia .ci {
    position: absolute;
    bottom: 92px;
    font-size: 82px;
    left: 28px;
    -webkit-filter: grayscale(100%) invert(100%);
}

#banner_inferior #bia .ci.phone {
    font-size: 84px;
    bottom: 89px;
    left: 24px;
}
/*#endregion*/

/*#region banner inferior google*/
#banner_inferior_google {
    display: none;
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100px;
    background: #ffffffe8;
    bottom: 0;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, .7);
    transition: bottom 200ms ease;
}

#banner_inferior_google > i {
    position: absolute;
    right: 0;
    top: -36px;
    font-size: 20px;
    border-radius: 8px 0 0 0;
    background: rgba(255,255,255,.9);
    color: #666;
    cursor: pointer;
    font-weight: 200;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px
}

#banner_inferior_google > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

#banner_inferior_google.-h50,
#banner_inferior_google.-h50 > div {
    height: 80px;
}

#banner_inferior_google.-h50.-semibanner {
    bottom: -40px;
}

#banner_inferior_google.-semibanner {
    bottom: -50px;
}
/*#endregion*/

/*#region cabecera */
/*#menu_movil, #menu_movil .mm-login, #menu_movil .mm-logged  { display: none; }*/
/*#menu_movil .mm-login .login { font-weight: bold; }*/
/*#menu_movil .mm-login .register { color: #F3D344; }*/
/*#menu_movil .mm-logged .logout { color: #f5deb3; text-decoration: underline; font-style: italic; }*/

#menu_movil {
    display: none;
    font-size: 14px;
}

#menu_movil li.login,
#menu_movil li.user-registered,
#menu_movil li.menu-marketing
{
    border-bottom: solid 2px rgba(255,255,225,0.2);
}
#menu_movil li.login,
#menu_movil li.user-registered,
#menu_movil li.menu-marketing,
#menu_movil li.menu-otros {
    padding: 12px 0;
}

#menu_movil li.login .--title,
#menu_movil li.user-registered .--name {
    color: #FFCC00;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

#menu_movil li.user-registered .--name {
    margin: 0;
    padding: 0;
}

#menu_movil li.user-registered .--email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: italic;
    opacity: 0.6;
}

#menu_movil li.user-registered a.--profile,
#menu_movil li.user-registered a.--reviews {
    color: #FFCC00;
}
    #menu_movil li.user-registered a {
    display: block;
}

#menu_movil li.login button,
#menu_movil li.user-registered button {
    background: none;
    border: none;
    color: white;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
}
#menu_movil li.user-registered button {
    text-decoration: underline;
}

#menu_movil li.login button.login {
    text-decoration: underline;
}

#menu_movil li.login button.register {
    text-decoration: none;
}

#menu_movil li.menu-marketing li.--title {
    color: #FFCC00;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#menu_movil li.menu-marketing li.--title a {
    text-decoration: underline;
        color: #FFCC00;
        font-weight: 500;
}

#menu_movil li i {
    color: #FFCC00;
    margin-left: 4px;
}

#menu_movil .ae {
    margin-top: 20px;
}

#menu_movil .menu-promociona {
}
#menu_movil .menu-promociona a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1D212A;
    border-radius: 4px;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase;
}
#menu_movil .menu-promociona a i {
    font-size: 28px;
    transform: rotate(-14deg);
    color: #FFB022;
    margin-right: 8px;
}

#menu_movil .menu-promociona a span {
    font-weight: 500;
    text-align: center;
    color: #FFCC00;
}
#menu_movil .menu-promociona a span span {
    color: #FFB022;
    display: block;
}

#cabecera {
}

#cabecera.desktop {
    min-width: 1220px;
}

#cabecera .cabecera {
    border-bottom: solid 20px #F2F2F2;
}

#cabecera .cabecera > .wrapper {
    max-width: 1240px;
}

#cabecera .cabecera > div {
    position: relative;
    height: 48px;
    font-size: 0;
    padding: 11px 10px 11px 0;
}

#cabecera .cabecera > div > div {
}

#logo, #logo * {
    box-sizing: border-box;
}

#logo {
    width: 200px;
    height: auto;
    margin-right: 12px;
    position: relative;
    margin-left: 12px;
}

#cabecera .cabecera #logo:before {
    content: "";
    display: block;
    width: 40%;
    height: 6px;
    background: black;
    filter: blur(6px);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleX(1.5);
}

#cabecera .cabecera #logo a {
    position: relative;
    z-index: 1;
    height: 80px;
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: -12px 0 -20px;
}

#cabecera .cabecera #logo a img {
    max-width: 100%;
    display: block;
}

#idioma { /* min-width: 230px; */
    height: 34px;
    font-family: Verdana, sans-serif;
}

#idioma p {
    line-height: 36px;
}

#idioma a {
    text-decoration: none;
}

#registro { /* max-width: 230px; text-transform: lowercase;*/
    font-size: 12px;
}
/*#registro a { text-decoration: none; }*/

#version_movil {
    width: 111px;
    height: 32px;
    padding: 8px 0;
    font-size: 0;
    margin-right: 10px;
    display: none;
}

#version_movil::before {
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    content: '\f10a';
    padding: 0 15px;
}

#version_movil p {
    width: 43px;
    line-height: 15px;
}

#busqueda {
    height: 48px;
    background: #4E4E4E;
}

#busqueda .avanzada {
    width: 94px;
    padding: 8px 0;
}

#busqueda .avanzada p {
    padding-right: 21px;
}

#buscador {
    border: solid 4px #999;
    background: #999;
}

#buscador > p i.fa {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    font-size: 32px;
    color: white;
    z-index: 1;
}

#buscador > p i.fa-times-circle {
    height: 40px;
    top: -40px !important;
    width: 45px !important;
}

#buscador > p i.fa-times-circle:before {
    top: -2px;
}

#buscador_input {
    border: none;
    width: 289px;
    height: 40px;
    text-indent: 11px;
    line-height: 38px;
    box-sizing: border-box;
    padding-right: 43px;
}

#buscador_input::-webkit-input-placeholder {
    font-style: italic;
}

#buscador_input:-moz-placeholder {
    font-style: italic;
}

#buscador_input:-o-placeholder {
    font-style: italic;
}

#buscador_input:-ms-input-placeholder {
    font-style: italic;
}

#buscador_button {
    display: inline-block;
    width: 50px;
    height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    text-indent: -999em;
    background-color: #e0373d;
    border-radius: 0 8px 8px 0;
}

#btnBusquedaSimple {
    display: inline-block;
    width: 50px;
    height: 40px;
    border: none;
    position: absolute;
    left: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    text-indent: -999em;
}
/*#endregion*/

/*#region navegaciÃƒÆ’Ã‚Â³n */
#navegacion { /* min-height: 42px; */
    padding: 20px 0 12px;
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}

#navegacion .wrapper {
    max-width: 1240px;
    padding: 0 10px;
}

#navegacion .clasien {
    font-size: 12px;
    color: black;
    padding: 5px 0;
}

#navegacion #spnNavAct {
    float: left;
}

#navegacion #spnNavAy {
    clear: left;
    float: left;
}

#navegacion ol {
    padding: 0 10px;
    float: left;
}

#navegacion #olNavInv {
    float: left;
}

#navegacion li {
    display: inline-block;
    font-size: 12px;
    margin: 1px 0 7px;
    vertical-align: middle;
}

#navegacion li > span {
    color: #333;
}

#navegacion li:first-child {
    color: #333;
}

#navegacion li:first-child::after { /* content: ""; */
    padding: 0 5px;
}

#navegacion li::after {
    content: ">";
    padding: 0 8px;
    color: #333;
}

#navegacion li:last-child {
    font-weight: 500;
    padding: 3px 9px;
    border: solid 1px #ccc;
    border-radius: 6px;
    color: black;
}

#navegacion li:last-child::after {
    content: "";
    padding: 0;
}

#navegacion p {
    line-height: 22px;
    width: 80px;
    font-weight: bold;
    display: none;
}
/*#endregion*/

/*#region contenido*/
#contenido {
    overflow: hidden;
}

#fondo_titulo {
    background: #FFF2BF;
    background: -moz-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=0 );
}

#fondo_titulo .wrapper[data-wrap="titulo-descripcion-feedback"] {
    max-width: 1200px;
    min-height: 136px;
    padding: 0 10px 16px;
}

#titulo {
    padding-top: 0px;
    margin-bottom: 11px;
    line-height: normal;
}

#titulo::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f02e";
    color: #666;
    margin-right: 8px;
    font-weight: normal;
}

#titulo::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
    font-weight: bold;
    color: #09f;
    margin-left: 4px;
}

#titulo .busqueda {
    font-weight: normal;
    color: #666;
}

#titulo .quote {
}

#titulo .cerca {
    display: inline-block;
    border-radius: 8px;
    background: #0099FF;
    color: white;
    font-weight: normal;
    padding: 0 5px 5px;
    line-height: 27px;
    margin-left: 5px;
}

#descripcion {
    margin-bottom: 13px;
    display: block;
    font-weight: normal;
    margin-left: 3px;
    line-height: 15px;
}

#feedback {
    font-size: 0;
}

#feedback > a {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    text-decoration: none;
}

#feedback > a#lnkGplus {
    display: none;
}
/*#feedback > .wa { display: none; }*/
#feedback > a:last-child {
    margin-right: 0;
}

#spnTotResParent {
    margin-left: 4px;
}

#contenido .columnas {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 10px;
    overflow: hidden;
}

#contenido .wrapper[data-wrap="main-aside"] {
    max-width: 1220px;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
}

#contenido .aside {
    width: 320px;
    margin-left: 20px;
    float: right; /* position: relative; */
}

#contenido .aside.expanded {
    float: none;
    overflow: hidden;
    width: auto;
    margin: 0;
    flex-grow: 3 !important;
    flex-shrink: 1 !important;
}

#contenido .main {
    overflow: hidden;
}

#contenido .main.shrink {
    width: 310px; /* float: left; */
    margin-right: 20px;
    width: 33.3% !important;
}

#banners_laterales iframe {
    cursor: pointer;
    overflow: hidden;
}

#banners_laterales > div.fa-spin-cont {
    height: 100%;
    border: dashed 1px #ccc;
    position: absolute !important;
    width: 100%;
    z-index: -1;
    box-sizing: border-box;
    border-radius: 5px;
}

#banners_laterales > div.fa-spin-cont > i.fa-spin {
    position: absolute;
    font-size: 35px;
    color: #ccc;
    left: 43%;
    top: 40%;
    z-index: -1;
}
/*#endregion*/

/*#region footer */
#footer {
    margin-top: 70px;
    font-size: 0;
    background: #1a1d24;
}

#footer footer {
    margin: 0 auto;
    max-width: 1220px;
    padding: 41px 0;
}

#footer ul,
#footer > p {
    font-size: 11px;
    width: 28%;
}

#footer li {
    min-height: 12px;
    margin-bottom: 18px;
}

#footer li:last-child {
    margin-bottom: 0;
}

#footer li:not(.nodot)::before {
    font-family: "Font Awesome 6 Pro";
    font-size: 5px;
    margin-right: 4px;
    content: "\f111";
    color: white;
    vertical-align: middle;
}

#footer li a {
    color: #ccc;
    text-decoration: none;
}

#footer li.soporte::before {
    display: none;
}

#footer li.soporte a {
    background: #333;
    border-radius: 4px;
    color: #fff;
    padding: 5px 9px;
}

#footer li.soporte a:hover {
    background: #444;
}

#footer li.kitDigital a {
    background: #fff;
    border-radius: 4px;
    color: #333;
    padding: 5px 9px;
}

#footer li.kitDigital a:hover {
    background: #f5f5f5;
}

#footer .apps a {
    display: none;
}

#footer.app .apps .apppie {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
}

#footer.ios .apps .aspie {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
}

#footer.android .apps .gppie {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
}

#footer .apps > span {
    display: none;
}
/*body.cc.bif #FixedButtons {margin-bottom: 38px;}*/

#FixedButtons {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 0;
    z-index: 100;
    display: none;
    transition: bottom 200ms ease;
}

#FixedButtons > div {
    margin: 0 5px;
}

#FixedButtons.-ownbanner {
    bottom: 90px;
}

#FixedButtons.-overbanner.-semibanner {
    bottom: 92px;
}

#FixedButtons.-semibanner.-h50,
#FixedButtons.-overbanner.-semibanner.-h50 {
    bottom: 84px;
}

#FixedButtons.-overbanner {
    bottom: 144px;
}

#FixedButtons.-overbanner.-h50 {
    bottom: 120px;
}

#FixedButtons.-nobanner {
    bottom: 8px !important;
}

#GotoTop {
    display: none;
    background: #C00000;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

#GotoTop:hover {
    opacity: 1;
}

#GotoTop a {
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
}

body.bif #GotoTop {
    bottom: 60px;
}

body.bif.bif-pano #GotoTop {
    bottom: 84px;
}

body.bif.bif-ultrapano #GotoTop {
    bottom: 104px;
}
/*#endregion*/

/*#region Modal genérica */
.Modal {
    position: fixed;
    z-index: 109;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    font: normal 14px/19px Tahoma, sans-serif;
    text-align: center;
    color: white;
    top: 0;
}

.Modal .show-table {
    width: 100%;
    height: 100%;
}

.Modal .show-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.Modal .modal.wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.Modal .modal.close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 46px;
    background: white;
    color: black;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.Modal .modal.content {
    width: 100%;
    height: 100%;
    margin: 50px auto 0;
    background: white;
}

.Modal .wrapper.full-map {
    height: 100%;
    padding: 0;
}

.Modal .wrapper.full-map .modal.close {
    width: 138px;
    background-color: black;
    color: white;
    font-size: 42px;
}
/*#endregion*/

/*#region Modal MapaIframe ficha*/
#MapaIframe {
    display: none;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 auto;
    align-items: center;
}

#MapaIframe .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: .8;
}

#MapaIframe .wrap {
    max-height: 100vh;
    padding: 0;
    background: white;
    text-align: center;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    overflow-y: auto;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#MapaIframe .wrap iframe {
    width: 100%;
    height: 100%;
    background: #fff;
}

#MapaIframe .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

#MapaIframe .info-empresa.box {
    text-align: left;
    padding: 20px;
    background: #FFF2BF;
    border-left: 12px solid rgba(228, 204, 113, 0.6);
}

#MapaIframe .box {
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    flex-shrink: 0;
    margin: 12px;
    font-size: 14px;
    line-height: 18px;
}

#MapaIframe .box:not(.info-empresa) {
    flex: 1;
    min-height: 280px;
    margin: 0px 12px;
    border-radius: 0 8px 8px 8px;
    padding: 4px;
    background: -moz-linear-gradient(top, rgba(0,127,6,1) 0%, rgba(0,127,6,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,127,6,1) 0%,rgba(0,127,6,0) 100%);
    background: linear-gradient(to bottom, rgba(0,127,6,1) 0%,rgba(0,127,6,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f06', endColorstr='#00007f06',GradientType=0 );
}

#MapaIframe.zona .box:not(.info-empresa) {
    background: -moz-linear-gradient(top, rgba(126,0,211,1) 0%, rgba(126,0,211,0) 100%);
    background: -webkit-linear-gradient(top, rgba(126,0,211,1) 0%,rgba(126,0,211,0) 100%);
    background: linear-gradient(to bottom, rgba(126,0,211,1) 0%,rgba(126,0,211,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e00d3', endColorstr='#007e00d3',GradientType=0 );
}



#MapaIframe .info-empresa.box p:not(:last-of-type) {
    margin-bottom: 12px;
}

#MapaIframe .info-empresa.box p .nombre-empresa {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

#MapaIframe .info-empresa.box p .direccion {
    display: flex;
    align-items: center;
}

#MapaIframe .info-empresa.box p .direccion:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    content: "\f041";
    font-family: "Font Awesome 6 Pro";
    color: #666;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin-right: 8px;
}

#MapaIframe .info-empresa.box p .telefono {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#MapaIframe .info-empresa.box p .telefono:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    color: #666;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin-right: 8px;
}

#MapaIframe .info-empresa.box p .telefono-whatsapp {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

#MapaIframe .info-empresa.box p .telefono-whatsapp:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    color: #666;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin-right: 8px;
}

#MapaIframe .info-empresa.box p .horario {
    display: flex;
    align-items: center;
}

#MapaIframe .info-empresa.box p .horario:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    content: "\f017";
    font-family: "Font Awesome 6 Pro";
    color: #666;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin-right: 8px;
}

#MapaIframe .info-empresa.box .ubicacion {
    margin: 8px 0;
    text-align: left;
    padding: 20px;
    background: #fff7d9;
}

#MapaIframe .info-ubicacion {
    flex-shrink: 0;
    height: 50px;
    background-color: #9900FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 12px 150px 0 12px;
    border-radius: 8px 8px 0 0;
    padding: 0 8px;
}

#MapaIframe .info-ubicacion {
    color: #fff;
}

#MapaIframe .icono-ubicacion {
    background: #fff;
    padding: 4px 8px;
    border-radius: 20px;
    margin-right: 8px;
}

#MapaIframe.exacta .info-ubicacion {
    background: rgb(0,153,0);
    background: -moz-linear-gradient(top, rgba(0,153,0,1) 0%, rgba(0,153,0,1) 80%, rgba(0,127,6,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,153,0,1) 0%,rgba(0,153,0,1) 80%,rgba(0,127,6,1) 100%);
    background: linear-gradient(to bottom, rgba(0,153,0,1) 0%,rgba(0,153,0,1) 80%,rgba(0,127,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#007f06',GradientType=0 );
}

#MapaIframe.exacta .info-ubicacion .icono-ubicacion:before {
    content: "\f041";
    font-family: "Font Awesome 6 Pro";
    font-size: 22px;
    line-height: 22px;
    margin-right: 4px;
    color: #090;
}

#MapaIframe.exacta .info-ubicacion .icono-ubicacion:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    line-height: 20px;
    color: #090
}

#MapaIframe.zona .info-ubicacion {
    background: rgb(153,0,255);
    background: -moz-linear-gradient(top, rgba(153,0,255,1) 0%, rgba(153,0,255,1) 80%, rgba(126,0,211,1) 100%);
    background: -webkit-linear-gradient(top, rgba(153,0,255,1) 0%,rgba(153,0,255,1) 80%,rgba(126,0,211,1) 100%);
    background: linear-gradient(to bottom, rgba(153,0,255,1) 0%,rgba(153,0,255,1) 80%,rgba(126,0,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9900ff', endColorstr='#7e00d3',GradientType=0 );
}

#MapaIframe.zona .info-ubicacion .icono-ubicacion:before {
    content: "\f041";
    font-family: "Font Awesome 6 Pro";
    font-size: 22px;
    line-height: 22px;
    margin-right: 4px;
    color: #9900FF;
}

#MapaIframe.zona .info-ubicacion .icono-ubicacion:after {
    content: "\f071 ";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    line-height: 20px;
    color: #9900FF
}


#MapaIframe.aproximada .info-ubicacion {
    background: rgb(0,153,0);
    background: -moz-linear-gradient(top, rgba(0,153,0,1) 0%, rgba(0,153,0,1) 80%, rgba(0,127,6,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,153,0,1) 0%,rgba(0,153,0,1) 80%,rgba(0,127,6,1) 100%);
    background: linear-gradient(to bottom, rgba(0,153,0,1) 0%,rgba(0,153,0,1) 80%,rgba(0,127,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#007f06',GradientType=0 );
}

#MapaIframe.aproximada .info-ubicacion .icono-ubicacion:before {
    content: "\f041";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    line-height: 20px;
    margin-right: 4px;
    color: #090;
}

#MapaIframe.aproximada .info-ubicacion .icono-ubicacion:after {
    content: "\f071 ";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    line-height: 20px;
    color: #090
}

#MapaIframe .como-llegar {
    display: inline-flex;
    background: #fff;
    color: #666;
    border-radius: 8px;
    padding: 4px 8px;
    align-items: center;
    cursor: pointer;
    margin: 0 0 0 8px;
    border: 2px solid #666;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

#MapaIframe .como-llegar i {
    margin-left: 8px;
    font-size: 20px;
}

#MapaIframe .dir {
    display: flex;
}

/*#endregion*/

/*#region Modal GeoAccept */
.GeoAccept {
    position: fixed;
    z-index: 109;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    font: normal 14px/19px Tahoma, sans-serif;
    text-align: center;
    color: white;
    overflow: auto;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GeoAccept .show-table {
    width: 100%;
    height: 100%;
}

.GeoAccept .show-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.GeoAccept .wrapper {
    width: 320px;
    margin: 0 auto;
    padding: 0 19px;
    box-sizing: border-box;
}

.GeoAccept .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 50px;
    line-height: 50px;
    background: white;
    color: black;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.GeoAccept .petition {
}

.GeoAccept .petition .icons {
    box-sizing: border-box;
    padding: 19px 14px 17px;
    border: dashed 1px white;
    border-radius: 5px;
    margin-bottom: 20px;
}

.GeoAccept .petition .icons i {
    font-size: 50px;
    margin: 0 6px;
}

.GeoAccept .petition .icons p {
    margin-top: 12px;
}

.GeoAccept .petition .info {
    color: #999;
}

.GeoAccept .petition .manual {
    color: #ff6600;
    cursor: pointer;
}

.GeoAccept .retry {
}

.GeoAccept .retry .icons {
    box-sizing: border-box;
    margin-bottom: 29px;
    padding: 19px 14px 20px;
    border: dashed 1px white;
    border-radius: 5px;
    color: #ff6600;
}

.GeoAccept .retry .icons i {
    font-size: 50px;
    margin: 0 6px;
}

.GeoAccept .retry .icons p {
    margin-top: 13px;
}

.GeoAccept .retry .icons p button {
    margin-top: 18px;
    width: 174px;
    height: 48px;
    font: normal 22px/120% Verdana, sans-serif;
    color: white;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FF9900, #FF6600);
    cursor: pointer;
}

.GeoAccept .retry .manual {
    margin-top: 8px;
    font-size: 0;
}

.GeoAccept .retry .manual input {
    outline: none;
    box-sizing: border-box;
    width: 210px;
    height: 48px;
    padding: 0 8px 0 18px;
    border: solid 1px #ccc;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font: italic 15px/120% Verdana, sans-serif;
    color: #999;
}

.GeoAccept .retry .manual .triangle {
    box-sizing: border-box;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 14px;
    height: 48px;
    background: white;
    display: inline-block;
    vertical-align: top;
}

.GeoAccept .retry .manual .triangle span {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 14px solid #666;
    top: 14px;
    position: relative;
}

.GeoAccept .retry .manual i {
    vertical-align: top;
    width: 57px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #666;
    font-size: 35px;
    text-indent: -6px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
/*#endregion*/

/*#region MODALES NUEVAS (COMUNES) */
.kmodal.new-modal,
.kmodal.new-modal textarea,
.kmodal.new-modal input {
    font-family: 'Rubik', sans-serif;
}

.kmodal.new-modal .bg {
    opacity: .2;
}

.kmodal.new-modal .wrap {
    box-sizing: border-box;
    border-radius: 24px;
    width: 360px;
    padding: 20px;
}

.kmodal.new-modal .wrap .text .header {
    font-size: 20px;
    font-weight: 500;
}

.kmodal.new-modal .wrap .text .body {
    font-size: 14px;
    line-height: 1.2;
}

.kmodal.new-modal .wrap .text .body .--errors,
.kmodal.new-modal .wrap .text .body .--tries {
    margin: 14px 0;
    color: #CC0803;
}

.kmodal.new-modal .wrap .text .body .--errors b {
    font-weight: bold;
}

.kmodal.new-modal .wrap .text .body .--errors button {
    background: none;
    border: none;
    text-decoration: underline;
    color: #CC0803;
    padding: 0;
    cursor: pointer;
}

.kmodal.new-modal .wrap .text .body label {
    display: block;
}

.kmodal.new-modal .wrap .text .body label:not(:last-of-type) {
    margin-bottom: 8px;
}

.kmodal.new-modal .wrap .text .body input:not([type="checkbox"]) {
    box-sizing: border-box;
    border: solid 1px #BDBFC3;
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    min-height: 40px;
    outline: 0;
    font-size: 16px;
}

.kmodal.new-modal .wrap .text .body input:not([type="checkbox"]):focus-visible,
.kmodal.new-modal .wrap .text .body input:not([type="checkbox"]):focus,
.kmodal.new-modal .wrap .text .body input:not([type="checkbox"]):active {
    border: solid 1px #333;
}

.kmodal.new-modal .wrap .text .body input:not([type="checkbox"])::placeholder {
    font-style: italic;
}

.kmodal.new-modal .wrap .text .body .--buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.kmodal.new-modal .wrap .text .body .--buttons button:not(:last-child) {
    margin-bottom: 8px;
}

.kmodal.new-modal .wrap .text .body .--buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    border: solid 1px #BDBFC3;
    color: #272C38;
    text-decoration: none;
    font-size: 14px;
    font-family: Rubik;
    font-weight: 500;
    text-transform: uppercase;
}

.kmodal.new-modal .wrap .text .body .--buttons button[type="submit"] {
    border: solid 1px #fa7a1a;
    background: #fa7a1a;
    color: white;
}

.kmodal.new-modal .wrap .text .body .--buttons button[type="button"] {
    /*    background: white;
    text-transform: none;
    font-variant: none;
    border: none;
    text-decoration: underline;
    font-weight: normal;
    width: auto;*/
}

.kmodal.new-modal .wrap .text .body .--buttons .--button-back {
    border: 0;
    text-transform: inherit;
    background: transparent;
    font-weight: normal;
    text-decoration: underline;
}

.kmodal.new-modal .wrap .text .header._published {
}

.kmodal.new-modal .wrap .text .header._published i {
    font-size: 40px;
    color: #009900
}

.kmodal.new-modal .wrap .text .body._published button {
    border: solid 1px #fa7a1a;
    background: #fa7a1a;
    color: white;
}
/*#endregion*/
/*#region modal login */
#login-modal .body > .rrss-login > div:not(:last-child) {
    margin-bottom: 8px;
}


#login-modal .body .rrss-login-item {
    cursor: pointer;
    height: 40px;
    background: #F2F2F3;
    border-radius: 8px;
}

#login-modal .body > .rrss-login > rrss-login-item:hover {
    background: #eceef2;
}

#login-modal .body .rrss-login-group {
    position: relative;
}

#login-modal .body > .rrss-login .--google {
    border: none;
}

#login-modal .body > .rrss-login .--google iframe {
    width: 320px !important;
    margin: 0 !important;
    height: 40px !important;
    border-radius: 8px !important;
}

#login-modal .body > .rrss-login .--fake-google {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

#login-modal .body > .rrss-login .--fake-google svg {
    display: block;
    height: 18px;
    margin-right: 8px;
}

#login-modal .body > .rrss-login *:not(i),
#login-modal .body > .rrss-login * > *:not(i) {
    font-family: Rubik;
    font-weight: 500;
    color: #272C38;
    letter-spacing: 0.25px;
    line-height: 1;
}

#login-modal .body > .rrss-login .--apple .appleid-signin--fake {
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-modal .body > .rrss-login .--apple {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-modal .body > .rrss-login .--apple i {
    font-size: 20px;
    margin-right: 8px;
    color: #000;
}

#login-modal .body > .rrss-login .--apple #appleid-signin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

#login-modal .body > .rrss-login .--facebook svg {
    display: inline-block;
    width: 20px;
    margin-right: 8px;
    fill: #1877f2;
}
/*#login-modal .body > .rrss-login .--facebook::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f39e";
    margin-right: 6px;
}*/

#login-modal .body > .rrss-login .--facebook {
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-modal .body > .rrss-login .--google div[role="button"],
#login-modal .body > .rrss-login .--google div[role="button"]:hover {
    background: transparent;
    border: 0;
}


#login-modal .body > .separator {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #272C38;
}

#login-modal .body > .separator > span {
    height: 1px;
    background: #BDBFC3;
    width: 100%;
    margin: 0 8px;
}

#login-modal .body > .email-login .--remember {
    margin: 12px 0;
    color: black;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}

#login-modal .body > .email-login .--buttons button[type="button"] {
    /*    width: 100%;
    font-size: 18px;
    border-radius: 8px;
    font-variant: all-small-caps;
    border: solid 1px #999;
    text-decoration: none;*/
    border: solid 1px #BDBFC3;
    background: transparent;
}

#login-modal .body > .email-login .--buttons button[type="button"].--button-back {
    background: white;
    text-transform: none;
    font-variant: none;
    border: none;
    text-decoration: underline;
    font-weight: normal;
    width: auto;
}

/*#endregion */

/*#region modal registro */

#register-modal .body > form.register {
    margin-top: 16px;
}

#register-modal .body > form.register label.tos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

#register-modal .body > form.register label.tos input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

#register-modal .body > form.register label.tos a {
    margin-left: 4px;
}
/*#register-modal .body > form.register .--buttons button[type="button"] {
    text-transform: lowercase;
    font-variant: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
}*/
/*#endregion*/
/*#region modal remember */

#remember-modal .body._main > form.remember {
    margin-top: 16px;
}

#remember-modal .body._main > form.remember label {
    margin-bottom: 8px;
}

#remember-modal .body._done p {
    margin-bottom: 12px;
}

/*#remember-modal .body._done p:first-child {
    color: green;
}*/

/*#endregion*/

/*#region modal comentarios*/
#comment-modal button[type="button"] {
    font-size: 14px;
}

#comment-modal .header._main {
    position: relative;
    margin-bottom: 20px;
}

#comment-modal .header._main:after {
    content: "";
    display: block;
    height: 2px;
    background: repeating-linear-gradient(to right, #A2A4A9 0, #A2A4A9 2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 8px);
    margin-top: 8px;
}

#comment-modal .header._main .empresa-nombre {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
}

#comment-modal .header._main .empresa-lugar {
    font-size: 14px;
    font-weight: normal;
}

#comment-modal .body._main {
    text-align: left;
}

#comment-modal .body._main .comment-form > div,
#comment-modal .body._main .comment-form p {
    margin-bottom: 12px;
}

#comment-modal .body._main .comment-form .--title {
    font-weight: 500;
}

#comment-modal .body._main .comment-form textarea {
    padding: 12px;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
    min-height: 120px;
    border-radius: 8px;
    border-color: rgb(153, 153, 153);
    resize: vertical;
    height: 120px;
    margin-bottom: 8px;
}

#comment-modal .body._main .comment-form textarea::placeholder {
    font-style: italic;
}

#comment-modal .body._main .comment-form .--disclaimer {
    font-style: italic;
    margin-bottom: 20px;
}

#comment-modal .body._main .comment-form .--notifications {
    margin: 16px 0;
    display: flex;
    align-items: flex-start;
}

#comment-modal .body._main .comment-form .--notifications input {
    margin: 0 8px 0 0;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

#comment-modal .body._confirm-delete button[type="submit"] {
    background: white;
    color: red;
    border-color: red;
}

#comment-modal .body._confirm-exit button[type="submit"] {
    background: white;
    color: black;
    border-color: #999;
}

#comment-modal .body._confirm-delete .--buttons,
#comment-modal .body._confirm-exit .--buttons,
#comment-modal .body._deleted .--buttons {
    margin-top: 16px;
}


.full-stars {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
}

.full-stars .rating-group {
    display: inline-flex;
    margin-bottom: 8px;
    /* make hover effect work properly in IE */
}

.full-stars .rating__icon {
    pointer-events: none;
    /* hide radio inputs */
}

.full-stars .rating__input {
    position: absolute !important;
    left: -9999px !important;
    /* hide 'none' input from screenreaders */
}

.full-stars .rating__input--none {
    display: none;
    /* set icon padding and size */
}

.full-stars .rating__label {
    cursor: pointer;
    padding: 0 12px 0 0;
    font-size: 28px;
    margin: 0;
    /* set default star color */
}

.full-stars .rating__icon--star {
    color: var(--color-star);
    text-stroke: 0px transparent;
    -webkit-text-stroke: 0 transparent;
    /* if any input is checked, make its following siblings grey */
}

.full-stars .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #fff;
    text-stroke: 1px #A2A4A9;
    -webkit-text-stroke: 1px #A2A4A9;
    /* make all stars orange on rating group hover */
}

.full-stars .rating-group:hover .rating__label .rating__icon--star {
    color: var(--color-star);
    text-stroke: 0px transparent;
    -webkit-text-stroke: 0 transparent;
    /* make hovered input's following siblings grey on hover */
}

.full-stars .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #fff;
    text-stroke: 1px #A2A4A9;
    -webkit-text-stroke: 1px #A2A4A9;
}

.full-stars > .rating-group[data-rating="0"] > label,
.full-stars > .rating-group[data-rating="1"] > label:not(:first-child),
.full-stars > .rating-group[data-rating="2"] > label:nth-child(2) ~ label,
.full-stars > .rating-group[data-rating="3"] > label:nth-child(3) ~ label,
.full-stars > .rating-group[data-rating="4"] > label:nth-child(4) ~ label {
    opacity: .3;
}

/*#region estrellas animación ficha*/
.scoring .full-stars > .rating-group:hover > label {
    opacity: 1 !important;
}

.scoring .full-stars > .rating-group > label:hover ~ label {
    opacity: .3 !important;
}
/*#endregion*/
/*#region modal denunciar reseña*/
#abuse-modal .body {
    text-align: left;
}

#abuse-modal ul {
    margin: 12px 0;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 16px;
}

#abuse-modal .yellow-box {
    margin-bottom: 12px;
    background: #FEF6BA;
    padding: 8px;
    border-radius: 8px;
}

#abuse-modal .textarea-box .title {
    font-weight: bold;
    margin-bottom: 12px;
}

#abuse-modal .textarea-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

#abuse-modal .textarea-box textarea {
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: solid 1px #999;
    border-radius: 8px;
}
/*#endregion*/


.LogIn {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    font: normal 14px/135% Tahoma, sans-serif;
    color: #333;
    z-index: 109;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LogIn .show-table {
    display: table;
    width: 100%;
    height: 100%;
}

.LogIn .show-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.LogIn .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: dashed 1px #999;
    border-radius: 10px;
    padding: 30px;
    max-width: 314px;
}

.LogIn .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.LogIn .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.LogIn .texto {
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.LogIn .texto .emp_email {
    color: #09f;
    text-decoration: underline;
}

.LogIn .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.LogIn .user-info p {
    margin-bottom: 8px;
}

.LogIn .user-info p i.fa {
    background: #ccc;
    width: 40px;
    height: 40px;
    vertical-align: top;
    border-radius: 6px 0 0 6px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 18px;
}

.LogIn .user-info p.error {
    display: none;
    font-size: 12px;
    color: red;
    text-align: center;
}

.LogIn .user-info p.keep_logged {
    font-size: 12px;
    color: black;
    text-align: center;
}

.LogIn .user-info p.keep_logged input {
    vertical-align: middle;
}

.LogIn .user-info label {
    display: flex;
}

.LogIn .user-info input:not([type="checkbox"]) {
    border: solid 1px #ccc;
    box-sizing: border-box;
    height: 40px;
    max-width: 250px;
    width: 100%;
    border-radius: 0 6px 6px 0;
    padding: 0 10px;
    background: #ffffcc;
}

.LogIn .user-info input::-webkit-input-placeholder {
    font-style: italic;
}

.LogIn .user-info input::-moz-placeholder {
    font-style: italic;
}

.LogIn .user-info input::-ms-input-placeholder {
    font-style: italic;
}

.LogIn .login {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    background: #f90;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.LogIn .forgot_pass {
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
}

.LogIn .pie {
    cursor: pointer;
    position: relative;
    width: 250px;
    font-size: 12px;
    box-sizing: border-box;
    margin-top: 20px;
    background: #09f;
    color: white;
    border-radius: 6px;
    padding: 15px 59px 15px 19px;
}

.LogIn .pie::after {
    content: "\f234";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 12px;
    top: 40%;
    font-size: 40px;
}

.LogIn .pie p {
    line-height: 175%;
    text-align: center;
}

.LogIn .pie p:last-child {
    font-weight: bold;
    text-decoration: underline;
}
/*#endregion*/



/*#region Modal Registro */
.Registro {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    font: normal 14px/135% Tahoma, sans-serif;
    color: #333;
    z-index: 109;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Registro .show-table {
    display: table;
    width: 100%;
    height: 100%;
}

.Registro .show-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.Registro .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: dashed 1px #999;
    border-radius: 10px;
    padding: 30px;
    max-width: 314px;
}

.Registro .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.Registro .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Registro .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Registro .texto {
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.Registro .texto p:last-child {
    margin-top: 25px;
    font-weight: normal;
    font-size: 12px;
}

.Registro .user-info label {
    display: flex;
}

.Registro .user-info p:not(.registro) {
    margin-bottom: 20px;
}

.Registro .user-info p i.fa {
    background: #ccc;
    width: 30px;
    height: 26px;
    vertical-align: top;
    border-radius: 6px 0 0 6px;
    text-align: center;
    line-height: 26px;
    color: white;
    font-size: 18px;
}

.Registro .user-info #pass,
.Registro .user-info #pass_rpt {
    background: transparent;
}

.Registro .user-info p.error {
    display: none;
    font-size: 12px;
    color: red;
    text-align: center;
}

.Registro .user-info p.error span {
    display: block;
}

.Registro .user-info p.keep_logged {
    font-size: 12px;
    color: black;
    text-align: center;
}

.Registro .user-info p.keep_logged input {
    vertical-align: middle;
}

.Registro .user-info input:not([type="checkbox"]) {
    border: solid 1px #ccc;
    box-sizing: border-box;
    height: 26px;
    max-width: 220px;
    width: 100%;
    border-radius: 0 6px 6px 0;
    padding: 0 10px;
    background: #ffffcc;
}

.Registro .user-info input::-webkit-input-placeholder {
    font-style: italic;
}

.Registro .user-info input::-moz-placeholder {
    font-style: italic;
}

.Registro .user-info input::-ms-input-placeholder {
    font-style: italic;
}

.Registro .registro {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    background: #f90;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.Registro .forgot_pass {
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
}
/*#endregion*/

/*#region Modal Recordar User Pass */
.RecordarUserPass {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    font: normal 14px/135% Tahoma, sans-serif;
    color: #333;
    z-index: 109;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RecordarUserPass .show-table {
    display: table;
    width: 100%;
    height: 100%;
}

.RecordarUserPass .show-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.RecordarUserPass .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: dashed 1px #999;
    border-radius: 10px;
    padding: 30px;
    max-width: 314px;
}

.RecordarUserPass .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.RecordarUserPass .texto {
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.RecordarUserPass .texto p:last-child {
    margin-top: 25px;
    font-weight: normal;
    font-size: 12px;
}

.RecordarUserPass .user-info label {
    display: flex;
}

.RecordarUserPass .user-info p:not(.solicitar) {
    margin-bottom: 20px;
}

.RecordarUserPass .user-info p i.fa {
    background: #ccc;
    width: 30px;
    height: 26px;
    vertical-align: top;
    border-radius: 6px 0 0 6px;
    text-align: center;
    line-height: 26px;
    color: white;
    font-size: 18px;
}

.RecordarUserPass .user-info #pass {
    background: transparent;
}

.RecordarUserPass .user-info p.error {
    display: none;
    font-size: 12px;
    color: red;
    text-align: center;
}

.RecordarUserPass .user-info p.error span {
    display: block;
}

.RecordarUserPass .user-info input:not([type="checkbox"]) {
    border: solid 1px #ccc;
    box-sizing: border-box;
    height: 26px;
    max-width: 220px;
    width: 100%;
    border-radius: 0 6px 6px 0;
    padding: 0 10px;
    background: #ffffcc;
}

.RecordarUserPass .user-info input::-webkit-input-placeholder {
    font-style: italic;
}

.RecordarUserPass .user-info input::-moz-placeholder {
    font-style: italic;
}

.RecordarUserPass .user-info input::-ms-input-placeholder {
    font-style: italic;
}

.RecordarUserPass .solicitar {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    background: #f90;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.RecordarUserPass .success {
    display: none;
    color: green;
}
/*#endregion*/

/*#region Modal compartir url */
.CompartirUrl {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    font: normal 14px/135% Tahoma, sans-serif;
    color: black;
    z-index: 109;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CompartirUrl .show-table {
    display: table;
    width: 100%;
    height: 100%;
}

.CompartirUrl .show-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.CompartirUrl .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: dashed 1px #999;
    border-radius: 10px;
    padding: 30px;
    max-width: 464px;
}

.CompartirUrl .wrapper.result {
    max-width: 314px;
}

.CompartirUrl .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.CompartirUrl .texto {
    text-align: center;
    font-size: 12px;
}

.CompartirUrl .texto p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 14px;
}

.CompartirUrl .texto p:nth-child(2) {
    margin-bottom: 18px;
}

.CompartirUrl .texto p:nth-child(3) {
    margin: 16px 0;
}

.CompartirUrl .texto p:nth-child(3) input {
    font-size: 20px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 6px;
    width: 100%;
    max-width: 250px;
    height: 40px;
}

.CompartirUrl .texto > div {
    margin: 16px 0;
}

.CompartirUrl .texto > div p:first-child {
    font-weight: bold;
}
/*.CompartirUrl .texto p:nth-child(4) { font-weight: bold; }
.CompartirUrl .texto p:nth-child(5) { margin: 16px 0; }*/
.CompartirUrl .texto button {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background: #093;
    color: white;
    border: solid 1px #090;
    border-radius: 6px;
    cursor: pointer;
}

.CompartirUrl .texto button i {
    margin-left: 4px;
    display: none;
}
/*#endregion*/

/*#region Modal enviar mail empresa */
.EnviarMailEmpresa {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    font: normal 14px/135% Tahoma, sans-serif;
    color: black;
    z-index: 1001;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EnviarMailEmpresa .show-table {
    display: table;
    width: 100%;
    height: 100%;
}

.EnviarMailEmpresa .show-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.EnviarMailEmpresa .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: dashed 1px #999;
    border-radius: 10px;
    padding: 30px;
    max-width: 464px;
}

.EnviarMailEmpresa .wrapper.result {
    max-width: 314px;
}

.EnviarMailEmpresa .wrapper .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 46px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.EnviarMailEmpresa .texto {
    margin-bottom: 25px;
}

.EnviarMailEmpresa .texto .emp_email {
    color: #09f;
    text-decoration: underline;
}

.EnviarMailEmpresa .user-info p {
    margin-bottom: 20px;
}

.EnviarMailEmpresa .user-info p label {
    display: flex;
}

.EnviarMailEmpresa .user-info i {
    width: 30px;
    text-align: center;
    background: #ccc;
    height: 26px;
    border-radius: 6px 0 0 6px;
    vertical-align: top;
    line-height: 26px;
    color: white;
    font-size: 18px;
}

.EnviarMailEmpresa .user-info input {
    border: solid 1px #ccc;
    box-sizing: border-box;
    height: 26px;
    max-width: 370px;
    width: 100%;
    border-radius: 0 6px 6px 0;
    padding: 0 10px;
}

.EnviarMailEmpresa .user-info input::-webkit-input-placeholder {
    font-style: italic;
}

.EnviarMailEmpresa .user-info input::-moz-placeholder {
    font-style: italic;
}

.EnviarMailEmpresa .user-info input::-ms-input-placeholder {
    font-style: italic;
}

.EnviarMailEmpresa .motivo textarea {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 6px 8px;
    width: 100%;
    height: 178px;
    box-sizing: border-box;
    font: normal 14px/135% Arial, sans-serif;
    color: #333;
    resize: none;
    max-width: 400px;
}

.EnviarMailEmpresa .motivo textarea::-webkit-input-placeholder {
    font-style: italic;
}

.EnviarMailEmpresa .motivo textarea::-moz-placeholder {
    font-style: italic;
}

.EnviarMailEmpresa .motivo textarea::-ms-input-placeholder {
    font-style: italic;
}

.EnviarMailEmpresa .pie {
    margin-top: 10px;
    overflow: hidden;
}

.EnviarMailEmpresa .pie .enviar {
    float: left;
    width: 231px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    background: #f90;
    border-radius: 5px;
    cursor: pointer;
}

.EnviarMailEmpresa .pie .enviar i:first-child {
    width: 44px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #666;
    vertical-align: top;
    margin-right: 18px;
    border-radius: 5px 0 0 5px;
}

.EnviarMailEmpresa .pie .enviar i:last-child {
    margin-left: 6px;
}

.EnviarMailEmpresa #captcha .num-x {
    width: 40px;
    text-align: center;
}

.EnviarMailEmpresa .pie .cancelar {
    float: right;
    height: 40px;
    line-height: 60px;
    text-decoration: underline;
    cursor: pointer;
}

.EnviarMailEmpresa .contenido.error,
.EnviarMailEmpresa .contenido.ok {
    display: none;
}

.EnviarMailEmpresa .notalegal {
    font-size: 10px;
    color: #999;
    line-height: 135%;
    margin-bottom: 13px;
}

.EnviarMailEmpresa .contenido.ok {
}

.EnviarMailEmpresa .contenido.ok .texto {
    text-align: center;
}

.EnviarMailEmpresa .contenido.ok .texto p:nth-child(1) {
    color: #090;
    font-size: 28px;
    margin-bottom: 8px;
}

.EnviarMailEmpresa .contenido.ok .texto p:nth-child(2) {
    font-weight: bold;
}

.EnviarMailEmpresa .contenido.ok .texto p:nth-child(3) {
    margin: 0 0 18px;
}

.EnviarMailEmpresa .contenido.ok .texto p:nth-child(4) {
    font-size: 10px;
    line-height: 135%;
}

.EnviarMailEmpresa .contenido .x {
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.EnviarMailEmpresa .contenido.error {
}

.EnviarMailEmpresa .contenido.error .texto {
    text-align: center;
}

.EnviarMailEmpresa .contenido.error .texto p:nth-child(1) {
    color: red;
    font-size: 28px;
    margin-bottom: 8px;
}

.EnviarMailEmpresa .contenido.error .texto p:nth-child(2) {
    font-weight: normal;
    font-weight: bold;
}

.EnviarMailEmpresa .contenido.error .texto p:nth-child(3) {
    margin-bottom: 18px;
}

.EnviarMailEmpresa .contenido.error .texto p:nth-child(4) {
    font-size: 10px;
    line-height: 135%;
}

/*#endregion*/

/*#region Modal enviar antiscrapping */
.EnviarMailAntiscrapping {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    font: normal 14px/135% Tahoma, sans-serif;
    color: black;
    z-index: 109;
    top: 0;
}

.EnviarMailAntiscrapping .show-table {
    display: table;
    width: 100%;
    height: 100%;
}

.EnviarMailAntiscrapping .show-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.EnviarMailAntiscrapping .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: dashed 1px #999;
    border-radius: 10px;
    padding: 30px;
    max-width: 464px;
}

.EnviarMailAntiscrapping .wrapper.result {
    max-width: 314px;
}

.EnviarMailAntiscrapping .texto {
    margin-bottom: 25px;
}

.EnviarMailAntiscrapping .texto .emp_email {
    color: #09f;
    text-decoration: underline;
}

.EnviarMailAntiscrapping .user-info p {
    margin-bottom: 20px;
}

.EnviarMailAntiscrapping .user-info i, .EnviarMailAntiscrapping .user-info .i {
    width: 30px;
    text-align: center;
    background: #ccc;
    height: 26px;
    border-radius: 6px 0 0 6px;
    vertical-align: top;
    line-height: 26px;
    color: white;
    font-size: 18px;
}

.EnviarMailAntiscrapping .user-info .i {
    display: inline-block;
}

.EnviarMailAntiscrapping .user-info input {
    border: solid 1px #ccc;
    box-sizing: border-box;
    height: 26px;
    max-width: 370px;
    width: 87%;
    border-radius: 0 6px 6px 0;
    padding: 0 10px;
}

.EnviarMailAntiscrapping .user-info input::-webkit-input-placeholder {
    font-style: italic;
}

.EnviarMailAntiscrapping .user-info input::-moz-placeholder {
    font-style: italic;
}

.EnviarMailAntiscrapping .user-info input::-ms-input-placeholder {
    font-style: italic;
}

.EnviarMailAntiscrapping .user-info #ip {
    background: #f0f0f0;
}

.EnviarMailAntiscrapping .motivo textarea {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 6px 8px;
    width: 100%;
    height: 178px;
    box-sizing: border-box;
    font: normal 14px/135% Arial, sans-serif;
    color: #333;
    resize: none;
    max-width: 400px;
}

.EnviarMailAntiscrapping .motivo textarea::-webkit-input-placeholder {
    font-style: italic;
}

.EnviarMailAntiscrapping .motivo textarea::-moz-placeholder {
    font-style: italic;
}

.EnviarMailAntiscrapping .motivo textarea::-ms-input-placeholder {
    font-style: italic;
}

.EnviarMailAntiscrapping .pie {
    margin-top: 10px;
    overflow: hidden;
}

.EnviarMailAntiscrapping .pie .enviar {
    float: left;
    width: 231px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    background: #f90;
    border-radius: 5px;
    cursor: pointer;
    cursor: pointer;
}

.EnviarMailAntiscrapping .pie .enviar i:first-child {
    width: 44px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #666;
    vertical-align: top;
    margin-right: 28px;
    border-radius: 5px 0 0 5px;
}

.EnviarMailAntiscrapping .pie .enviar i:last-child {
    margin-left: 6px;
}

.EnviarMailAntiscrapping .pie .cancelar {
    float: right;
    height: 40px;
    line-height: 60px;
    text-decoration: underline;
    cursor: pointer;
}

.EnviarMailAntiscrapping .contenido.error,
.EnviarMailAntiscrapping .contenido.ok {
    display: none;
}

.EnviarMailAntiscrapping .notalegal {
    font-size: 10px;
    color: #999;
    line-height: 135%;
    margin-bottom: 13px;
}

.EnviarMailAntiscrapping .contenido.ok {
}

.EnviarMailAntiscrapping .contenido.ok .texto {
    text-align: center;
}

.EnviarMailAntiscrapping .contenido.ok .texto p:nth-child(1) {
    color: #090;
    font-size: 28px;
    margin-bottom: 8px;
}

.EnviarMailAntiscrapping .contenido.ok .texto p:nth-child(2) {
    font-weight: bold;
}

.EnviarMailAntiscrapping .contenido.ok .texto p:nth-child(3) {
    margin: 0 0 18px;
}

.EnviarMailAntiscrapping .contenido.ok .texto p:nth-child(4) {
    font-size: 10px;
    line-height: 135%;
}

.EnviarMailAntiscrapping .contenido .x {
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.EnviarMailAntiscrapping .contenido.error {
}

.EnviarMailAntiscrapping .contenido.error .texto {
    text-align: center;
}

.EnviarMailAntiscrapping .contenido.error .texto p:nth-child(1) {
    color: red;
    font-size: 28px;
    margin-bottom: 8px;
}

.EnviarMailAntiscrapping .contenido.error .texto p:nth-child(2) {
    font-weight: normal;
    font-weight: bold;
}

.EnviarMailAntiscrapping .contenido.error .texto p:nth-child(3) {
    margin-bottom: 18px;
}

.EnviarMailAntiscrapping .contenido.error .texto p:nth-child(4) {
    font-size: 10px;
    line-height: 135%;
}
/*#endregion*/

/*#region Modal phone */
.Phones {
    position: fixed;
    z-index: 109;
    width: 100%;
    height: 100%;
    background: white;
    font: normal 12px/18px Tahoma, sans-serif;
    text-align: center;
    color: #333;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Phones .show-table {
    width: 100%;
    height: 100%;
}

.Phones .show-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.Phones .modal.close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 46px;
    background: white;
    color: black;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.Phones .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 362px;
    background: white;
    padding: 30px 0;
    border: dashed 1px #ccc;
    border-radius: 8px;
}

.Phones .result {
    max-width: 314px;
}

.Phones .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 138px;
    height: 50px;
    line-height: 50px;
    background: black;
    color: white;
    text-align: center;
    font-size: 42px;
    cursor: pointer;
}

.Phones .contenido {
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
}

.Phones button {
    border: none;
    width: 300px;
    height: 50px;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.Phones div > p:nth-child(2) {
    margin-bottom: 8px
}

.Phones .phone {
    display: none;
}

.Phones .phone p:first-child {
    font-weight: bold;
}

.Phones .phone button {
    background: linear-gradient(to bottom, #00CC00, #009900);
    font-size: 25px;
}

.Phones .phone button:before {
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    vertical-align: middle;
    margin-right: 7px;
}

.Phones .contact {
    margin-top: 30px;
}

.Phones .contact p:first-child {
    font-weight: bold;
}

.Phones .contact button {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #009900;
    background: none;
    border: solid 5px #009900;
    box-sizing: border-box;
}

.Phones .contact button:before {
    content: "\f232";
    font-family: "Font Awesome 6 Pro";
    vertical-align: middle;
    margin-right: 7px;
    font-size: 30px;
    font-weight: normal;
}

.Phones .else {
    margin-top: 8px;
}

.Phones .else input {
    border: none;
    font-weight: bold;
    color: #999;
    font-size: 25px;
    text-align: center;
    margin: 4px 0;
    height: 25px;
    box-sizing: border-box;
    width: 144px;
    height: 26px;
}
/*#endregion*/


#dvMenuComerciales {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    flex-wrap: wrap;
    max-width: 488px;
    margin: 10px auto 10px;
    padding: 10px 0px 2px;
    border: dashed 1px #999;
}

#dvMenuComerciales a {
    display: inline-block;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 5px 14px;
    text-decoration: none;
    margin-bottom: 8px;
}

#cabecera_movil {
}

#cabecera_movil .share_movil {
    height: 0;
    background: #FFF2BF;
    transition: height 300ms linear;
}

#cabecera_movil .share_movil.active {
    height: 60px;
}

#cabecera_movil .share_movil > div {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

#cabecera_movil .share_movil > div > a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    color: white;
    background: black;
    font-size: 25px;
    text-align: center;
    line-height: 44px;
    margin: 0 4px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

#cabecera_movil .share_movil > div > .fb {
    background-color: #1774EB;
}

#cabecera_movil .share_movil > div > .tw {
    background-color: #000;
}

#cabecera_movil .share_movil > div > .tg {
    background-color: #239FDC;
}

#cabecera_movil .share_movil > div > .gp {
    background-color: #CD1B21;
    display: none;
}

#cabecera_movil .share_movil > div > .ig {
    background-color: #325C86;
}

#cabecera_movil .share_movil > div > .wa {
    background-color: #25d366;
}

#logout span {
    font-style: italic;
    font-size: 11px;
    color: white;
    cursor: pointer;
}

img[loading="lazy"] {
    transition: opacity 300ms ease;
    opacity: 0;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

#usuario_invitado button, #usuario_registrado button,
#usuario_invitado a, #usuario_registrado a {
    border: none;
    background: none;
    cursor: pointer;
}

#usuario_invitado .login {
    color: white;
}

#usuario_invitado .register {
    color: #F3D344;
}

#spnNombreUs {
    color: #fcdc41;
    text-decoration: underline;
    margin-right: 8px;
}

.user-action {
    font-family: Rubik, Arial;
    font-size: 13px;
}

.puntos-recarga, .puntos-recarga * {
    box-sizing: border-box;
}

.puntos-recarga .pr-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--electric-color);
}


.puntos-recarga .pr-item .pr-icon {
    background: linear-gradient(0,rgba(255,255,255,0.9),rgba(255,255,255,0.9)),linear-gradient(0,var(--electric-color),var(--electric-color));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 4px;
}

.puntos-recarga .pr-item .pr-icon:not(:has(img, i)):before {
    content: "\e341";
    font-family: "Font Awesome 6 Pro";
    color: var(--electric-color);
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.puntos-recarga .pr-item .pr-icon img {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
}

.puntos-recarga .pr-item.pr-item--24h .pr-icon {
    font-weight: bold;
    gap: 2px;
}

.puntos-recarga .pr-item.pr-item--24h .pr-icon > i {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: auto;
    text-align: center;
}

.puntos-recarga .pr-item .pr-info {
    /*height: 12px;*/
}

.puntos-recarga .pr-item .pr-info .pr-info-name {
    font-weight: 600;
}

.puntos-recarga .pr-item .pr-info .pr-info-kw {
}

.puntos-recarga .pr-item .pr-info .pr-info-num {
}

.puntos-recarga .pr-item .pr-info .pr-info-num:before {
    content: "(";
}

.puntos-recarga .pr-item .pr-info .pr-info-num:after {
    content: ")";
}
