/* ==========================================================
   SONON - index.css (DEPURADO)
   ========================================================== */
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, strong,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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;
}

/* ==========================================================
   1) GENERIC
   ========================================================== */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

/* Evita “fogonazo” entre cargas: iguala fondo en html y body */
html {
  background: #20232D;
}

body {
  background: #20232D;
  color: #FFFFFF;
  font-family: "Noto Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Mantengo tu comportamiento actual */
  position: absolute;
  height: 100%;
  line-height: 1;
}

.scroll-touch {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Transiciones globales: acotadas (evita animar “all”) */
body, input, select, textarea, a, button {
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1), transform 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  color: #E11D48 !important;
  text-decoration: none !important;
  outline: none !important;
}

a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #FFFFFF;
}

button {
  cursor: pointer;
}

button:hover, button:active, button:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #FFFFFF;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
  color: #FFFFFF;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-family: "Montserrat", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 30px;
}

h3 {
  font-size: 30px;
  margin-bottom: 4px;
}

h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

h5 {
  font-size: 20px;
  margin-bottom: 25px;
}

h6 {
  font-size: 15px;
  margin-bottom: 25px;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

.clear {
  clear: both;
}

.display-none {
  display: none !important;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.opacity-0 {
  opacity: 0 !important;
  visibility: hidden !important;
}

.opacity-03 {
  opacity: 0.3 !important;
}

.opacity-1 {
  opacity: 1 !important;
  visibility: visible !important;
}

.index-999 {
  z-index: -999 !important;
}

/* ==========================================================
   2) HOME (LEFT)
   ========================================================== */
.light-btn {
  background: transparent;
  font-weight: 600;
  padding: 0.7em 2em;
  color: #FFFFFF;
  margin-right: 10px;
  border: 2px solid #FFFFFF;
  display: block;
  float: left;
  border-radius: 6px;
}

.light-btn:hover {
  background: #FFFFFF;
  color: #2B2D35;
  border-color: #FFFFFF;
}

.btn-last {
  margin-left: 10px;
  margin-right: 0;
}

.action-btn {
  background: #E11D48;
  font-weight: 600;
  padding: 0.7em 2em;
  color: #FFFFFF;
  border: 2px solid #E11D48;
  display: block;
  float: left;
  border-radius: 6px;
}

.action-btn:hover {
  background: #FFFFFF;
  color: #2B2D35;
  border-color: #FFFFFF;
}

.global-overlay {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(32, 35, 45, 0.8);
  border-right: 1px solid #15171E;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.overlay.skew-part {
  -webkit-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}

@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  to {
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.brand-logo {
  position: absolute;
  left: 10%;
  top: 5%;
  max-width: 180px;
}

#left-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#left-side .content {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50vh;
  width: 100%;
  padding: 0 10%;
  text-align: left;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================
   3) RIGHT SIDE (MORE INFORMATIONS)
   ========================================================== */
#right-side {
  background: #1D1D1D;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  width: 50%;
  overflow: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#right-side.hide-right {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

#right-side .content {
  width: 100%;
  flex: 1;
  padding: 4% 10% 0;
  text-align: left;
  opacity: 1;
  visibility: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#right-side .content h1, #right-side .content h2, #right-side .content h3, #right-side .content h4,
#right-side .content h5, #right-side .content h6 {
  color: #757A86;
}

#right-side #infoModelo h4 {
  font-size: 16px;
  color: #FFFFFF !important;
}

#right-side .content h3 {
  font-family: "Noto Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

#right-side .content span.separator {
  display: block;
  height: 2px;
  background: #292929;
  width: 80%;
  margin: 10px auto 16px;
  /* 👈 clave */
}

#right-side .content p {
  color: #C1C1C1;
}

#right-side .info-contact {
  text-align: center;
}

/* Gallery */
#right-side .content .photo-line figure {
  padding: 0 15px 0;
  margin-bottom: 30px;
  width: calc(50% - 30px);
}

/* Details */
#right-side .content .photo-line .photo-details {
  text-align: center;
}

#right-side .content .box-picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

#right-side .content .photo-line .photo-details h4 {
  font-weight: 800;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 1;
  color: #747C83;
}

/* Contenedor */
#right-side .content .box-picture {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Imagen */
#right-side .content .box-picture img.img-fluid {
  display: block;
  margin: auto;
  transform: translateY(0);
  transition: transform 220ms ease, filter 220ms ease;
  will-change: transform, filter;
  z-index: 2;
}

/* Sombra anclada a la BASE de la imagen */
#right-side .content .box-picture::after {
  content: "";
  position: absolute;
  left: 50%;
  /* 👇 aquí está la clave */
  bottom: 24px;
  /* distancia desde el fondo del contenedor */
  transform: translateX(-50%) scale(0.9);
  width: 56%;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.00));
  opacity: 0;
  filter: blur(7px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
  z-index: 1;
}

/* Hover */
#right-side .content .box-picture:hover img.img-fluid {
  transform: translateY(-8px);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

#right-side .content .box-picture:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1.05);
}

/* Hover: lift + halo + sheen + sombra */
#right-side .content .box-picture:hover img.img-fluid {
  transform: translateY(-8px);
  /* iluminación: halo blanco suave + sombra real */
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.32)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.16));
}

/* ============================================================
   Hover: iluminar título (h4) en rojo
============================================================ */
/* Estado normal */
#right-side .content .photo-details h4 {
  transition: color 220ms ease, text-shadow 220ms ease;
}

/* SOLO cuando el cursor está sobre la imagen (<a>) */
#right-side .content .col-12.col-lg-6:has(a.box-picture:hover) .photo-details h4 {
  color: #E11D48;
  /* rojo elegante */
  text-shadow: 0 0 6px rgba(225, 29, 72, 0.45), 0 0 12px rgba(225, 29, 72, 0.25);
}

/* Close button (panel) */
#close-more-info {
  position: fixed;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: #757A86;
  font-size: 1.5em;
}

#close-more-info:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#close-more-info.hide-close {
  right: -40px;
}

/* ==========================================================
   3.1) mCustomScrollbar (NO ROMPER)
   ========================================================== */
.mCSB_scrollTools {
  position: absolute;
  width: 3px;
  height: auto;
  left: auto;
  top: 0;
  right: -3px;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background-color: #757A86;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  /*border-radius: 52px;*/
  text-align: center;
  background-color: #E11D48;
}

/* Cuando el panel abre, el JS añade esta clase */
.mCSB_scrollTools-left {
  right: 50% !important;
}

/* ==========================================================
   4) DIALOGFX (MODAL)
   ========================================================== */
.dialog, .dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: auto;
  min-width: 420px;
  padding: 0;
  position: relative;
  z-index: 5;
  opacity: 0;
  overflow: hidden;
}

.dialog__content::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #444444;
  background: rgba(32, 35, 45, 0.8);
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

.dialog .close-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 20px;
  opacity: 0.5;
}

.dialog .close-newsletter:hover {
  opacity: 1;
}

.dialog .dialog-inner {
  padding: 40px 40px 60px 40px;
  overflow: hidden;
}

.dialog .dialog-inner::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dialog .dialog-inner h4 {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "Noto Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
}

.dialog .dialog-inner p {
  color: #F2F3F7;
  font-size: 16px;
}

.dialog.dialog--open .dialog__content, .dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

#imgDialogPreview {
  opacity: 0;
  transition: opacity 0.12s ease;
}

#imgDialogPreview.is-ready {
  opacity: 1;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

#imagedialog .dialog__content {
  max-width: 1200px;
  width:min(1200px, calc(100vw - 28px));
}

#imagedialog .dialog-inner--img {
  padding: 40px;
}

#imagedialog .img-modal-head {
  margin-bottom: 14px;
}

#imagedialog .img-modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

#imagedialog .img-modal-ref {
  opacity: 0.85;
  font-size: 13px;
}

#imagedialog .img-modal-body {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  align-items: start;
}

#imagedialog .img-modal-wrap {
  display: grid;
  gap: 10px;
}

#imgDialogPreview {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  max-height: 62vh;
  object-fit: contain;
  background: #25272F;
}

#imgDialogThumbs.img-modal-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px;
  margin-top: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

#imgDialogThumbs img {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.72;
  cursor: pointer;
  transform: translateZ(0);
}

#imgDialogThumbs img:hover {
  opacity: 0.95;
}

#imgDialogThumbs img.is-active {
  opacity: 1;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

#imagedialog .img-modal-meta {
  border-radius: 14px;
  background-color: #25272F;
  padding: 20px 21px 40px 20px;
  max-height: 62vh;
  overflow: hidden;
  /* para que los scroll internos no rompan bordes */
  display: grid;
  gap: 12px;
  margin-top: 0;
}

#imgDialogDesc.img-dialog-desc {
  margin: 0;
  white-space: pre-line;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.92;
  max-height: 22vh;
  overflow: auto;
  padding-right: 6px;
  color: #FFFFFF !important;
}

#imagedialog .img-modal-compat .compat-title {
  font-weight: 600;
  margin-bottom: 6px;
}

#imagedialog .img-modal-compat .compat-list {
  margin: 0;
  padding-left: 18px;
}

#imagedialog:not(.dialog--open), #imagedialog:not(.dialog--open) * {
  pointer-events: none !important;
}

#imagedialog.dialog--open, #imagedialog.dialog--open * {
  pointer-events: auto !important;
}

#imgDialogBuyBtn {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.img-modal-right {
  display: flex;
  flex-direction: column;
}

.img-modal-cta {
  margin-top: 20px;
  width: 100%;
}

.img-modal-cta .action-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 820px) {
  #imagedialog .img-modal-body {
    grid-template-columns: 1fr;
  }
  
  #imgDialogPreview {
    max-height: 52vh;
  }
  
  #imagedialog .img-modal-meta {
    max-height: none;
  }
  
  #imgDialogDesc.img-dialog-desc {
    max-height: 180px;
  }
  
  #imgDialogThumbs img {
    width: 66px;
    height: 66px;
  }
}

/* ==========================================================
   6) SOCIAL ICONS
   ========================================================== */
.social-icons {
  position: absolute;
  left: 10%;
  bottom: 5%;
  margin-left: -22px;
  margin-bottom: -22px;
  z-index: 9;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
}

.social-icons i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.social-icons a {
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  font-weight: 300;
  background: transparent;
  border: none;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 2px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.social-icons a:hover {
  color: #E11D48;
  background: transparent;
}

.social-icons a:hover i {
  color: #E11D48;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* ===== Modal PRO mount ===== */
.pro-modal-mount {
  margin-top: 14px;
}

/* ===== PRO login card (scoped) ===== */
.sonon-pro-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.sonon-pro-head img {
  max-width: 180px;
  height: auto;
}

.sonon-pro-field {
  margin-bottom: 12px;
}

.sonon-pro-label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #E5E7EB;
  margin-left: 10px;
  margin-top: 10px;
}

.sonon-pro-input {
  width: 100%;
  background: #020617;
  border: 1px solid #1F2937;
  color: #E5E7EB;
  border-radius: 10px;
  padding: 14px;
  outline: none;
}

.sonon-pro-input:focus {
  border-color: #E11D48;
  box-shadow: 0 0 0 1px #E11D48;
}

.sonon-pro-btn {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 11px 12px;
  cursor: pointer;
  font-weight: 800;
  color: #FFFFFF;
  background-color: #E11D48;
  margin-top: 10px;
}

.sonon-pro-btn:hover {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 11px 12px;
  cursor: pointer;
  font-weight: 800;
  color: #E11D48;
  background-color: #FFFFFF;
  margin-top: 10px;
}

.sonon-pro-links {
  margin-top: 12px;
  text-align: center;
}

.sonon-pro-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.sonon-pro-links a:hover {
  text-decoration: underline;
}

.sonon-pro-alert {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #FFF;
}

.sonon-pro-alert--info {
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.10);
}

.sonon-pro-alert--success {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.10);
}

.sonon-pro-alert--danger {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
}

/* ==========================================================
   VARIANT FLAT SURFACE SHADER
   ========================================================== */
#fss-part {
  background: transparent !important;
}

#container {
  height: 100%;
  position: absolute;
  width: 70%;
  left: 30%;
}

.back-fss {
  height: 100%;
  position: absolute;
  width: 100%;
}

.back-fss canvas {
  width: 100% !important;
}

#output.back-fss {
  opacity: 0.8;
  mix-blend-mode: screen;
}

/* ==========================================================
   8) MEDIA QUERIES
   ========================================================== */
@media only screen and (max-width: 1024px) {
  .overlay {
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .overlay.skew-part {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  
  #container {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
  }
  
  #stars, #stars2, #stars3 {
    margin-left: 0 !important;
  }
  
  .brand-logo {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 25px 0;
  }
  
  .light-btn {
    padding: 0.7em 0;
    float: none;
    margin: 0 auto 15px;
    max-width: 50%;
  }
  
  .action-btn {
    padding: 0.7em 0;
    float: none;
    margin: 0 auto;
    max-width: 50%;
  }
  
  #left-side {
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0 150px;
  }
  
  #left-side .content {
    position: relative;
    left: 50%;
    top: auto;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .social-icons {
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  
  #right-side {
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  #right-side.hide-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  #close-more-info {
    display: none;
  }
  
  .mCSB_scrollTools {
    right: 0;
  }
  
  .mCSB_scrollTools-left {
    right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .light-btn {
    max-width: 70%;
    min-width: 60%;
  }
  
  .action-btn {
    max-width: 70%;
    min-width: 60%;
  }
  
  .photo-line figure {
    padding: 0;
    margin: 0 0 20px !important;
    width: 100% !important;
  }
  
  .info-contact .item-map:first-child {
    padding-left: 0;
  }
  
  .info-contact .item-map:last-child {
    padding-right: 0;
  }
  
  .dialog__content {
    width: 80%;
    max-width: 80%;
    min-width: 75%;
  }
  
  .dialog .dialog-inner {
    padding: 40px 20px 90px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  #left-side {
    padding: 50px 0 100px;
  }
  
  #left-side .content {
    padding: 0 3%;
  }
  
  #left-side.minimal-phone {
    height: 100vh;
  }
  
  h1.text-intro {
    font-size: 30px;
  }
  
  h2.text-intro {
    font-size: 18px;
  }
  
  .light-btn {
    max-width: 80%;
    min-width: 70%;
  }
  
  .action-btn {
    max-width: 80%;
    min-width: 70%;
  }
  
  .dialog__content {
    width: 95%;
    max-width: 95%;
    min-width: 75%;
  }
  
  .dialog .close-newsletter {
    top: 2px;
    right: 5px;
  }
  
  .dialog .dialog-inner {
    padding: 40px 20px 50px;
  }
  
  .dialog .dialog-inner h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  
  #subscribe .block-message {
    padding: 5px 2px;
  }
  
  #subscribe p.notify-valid {
    font-size: 12px;
  }
}

@media screen and (max-device-width: 750px) and (orientation: landscape) {
  #left-side {
    padding: 50px 0 100px;
  }
  
  h1.text-intro {
    font-size: 30px;
  }
  
  h2.text-intro {
    font-size: 18px;
  }
  
  .dialog__content {
    width: 100%;
    max-width: 100%;
    min-width: 75%;
  }
  
  .dialog .close-newsletter {
    top: 2px;
    right: 5px;
  }
  
  .dialog .dialog-inner {
    padding: 40px 20px 50px;
  }
  
  .dialog .dialog-inner h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  
  #subscribe #notifyMe {
    margin-top: 10px;
  }
  
  #subscribe #notifyMe .form-group .form-control {
    width: 70%;
    margin: 0;
    float: left;
  }
  
  #subscribe #notifyMe .form-group button.submit {
    width: 30%;
    margin: 0;
    float: left;
  }
  
  #subscribe .block-message {
    padding: 5px 2px;
  }
  
  #subscribe p.notify-valid {
    font-size: 12px;
  }
}
