/* 

Mousiqua - Music Band and Musician Bootstrap 4 Template
Copyright 2018  www.mutationmedia.net 
Created by : mutationthemes  

*/

/* Table of Content ================================================== 

1.Preloader
2.Site wrapper
3.Search form
4.To the top
5.About section
6.Discography section
7.Band section
8.Tours section
9.Gallery section
10.News section
11.Contact section
12.Footer section
13.Mediaqueries 

/*Preloader*/
 .loader {
     background: #13181d;
     bottom: 0;
     height: 100%;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     width: 100%;
     z-index: 10000;
}
 .loader-inner {
     left: 0;
     position: absolute;
     top: 50%;
     width: 100%;
     text-align: center;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}
 .loading-spinner {
     width: 6.25rem;
     height: 6.25rem;
     animation: spinner-rotate 2s ease-in-out infinite;
     -webkit-animation: spinner-rotate 2s ease-in-out infinite;
     -moz-animation: spinner-rotate 2s ease-in-out infinite;
     -ms-animation: spinner-rotate 2s ease-in-out infinite;
     -o-animation: spinner-rotate 2s ease-in-out infinite;
}
 .spinner {
     animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
     stroke-linecap: round;
}
 @keyframes spinner-rotate {
     100% {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         -moz-transform: trotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
    }
}
 @keyframes spinner-color {
     0%, 100% {
         stroke: #d0343a;
    }
     20% {
         stroke: #ff5252;
    }
     40% {
         stroke: #d0343a;
    }
     60% {
         stroke: #ff5252;
    }
     80% {
         stroke: #d0343a;
    }
     100% {
         stroke: #ff5252;
    }
}
 @keyframes spinner-dash {
     0% {
         stroke-dasharray: 1, 200;
         stroke-dashoffset: 0;
    }
     50% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -35px;
    }
     100% {
         stroke-dasharray: 90, 200;
         stroke-dashoffset: -125px;
    }
}
/*End preloader*/
/*Site wrapper*/
 .wrapper {
     position: relative;
}
/*End site wrapper*/
/*Search form*/
 .block-search-form{
     position: fixed;
     background: rgba(19, 24, 29, .8);
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1045;
     overflow: hidden;
     display: none;
}
 span.close-search{
     width: 100%;
     height:100%;
     position: absolute;
     left: 0;
     top: 0;
}
 .block-search-form .block-content{
     position: relative;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
}
/*End search form*/
/*To the top*/
 .block-top:not(.active) {
     opacity: 0;
     transform: translate3d(0, 20px, 0);
     -webkit-transform: translate3d(0, 20px, 0);
     -moz-transform: translate3d(0, 20px, 0);
     pointer-events: none;
}
 .block-top.active:hover {
     transform: translate3d(0, -5px, 0);
     -webkit-transform: translate3d(0, -5px, 0);
     -moz-transform: translate3d(0, -5px, 0);
     color: #ffffff;
}
 .block-top {
     position: fixed;
     width: 3.2rem;
     height: 3.2rem;
     background: #ff5252;
     text-align: center;
     right: 2.875rem;
     bottom: 3.6875rem;
     padding-top: .6rem;
     z-index: 100;
     color: #ffffff;
}
 .block-top i{
     font-size: 1.2rem;
}
/*End to the top*/
/* Hero Section*/
 section.hero {
     background: #222222;
     padding: 0;
     overflow:hidden;
}
 .background-img img {
     display: none;
}
 .background-img {
     width: 100%;
     height: 100%;
}
 .background-img {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: #151514;
     background-image: none;
     background-origin: padding-box;
     background-position: 50% 50% !important;
     background-repeat: repeat;
     background-size: cover !important;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
}
 .overlay:before, .block-hover:before {
     position: absolute;
     background: rgba(19, 24, 29, .8);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 3;
     content: "";
}
 .header {
     padding: .4em 0;
}
 .slider .slides li {
     background-size: cover;
     
}
 .header.default {
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .left-part {
     float: left;
     margin-left: 3.125rem;
}
 .header .right-part {
     float: right;
     margin-right: 3.125rem;
     position: relative;
}
 .header.switched-header {
     background-color: #ffffff;
     left: 0;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1040;
}
 .header .logo {
     display: inline-block;
}
 .header .logo h2 {
     color: #ffffff;
     font-size: 1.3rem;
     font-weight: 600;
}

 .header.switched-header .logo h2{
     color: #222222;
 }
 .mobile-but {
     display: inline-block;
     height: 1.5rem;
     position: absolute;
     right: -1.275rem;
     top: -2.175rem;
     z-index: 1000;
     display: none;
}
 .mobile-but .lines {
     transform: translate(0px, 10px) rotate(0deg);
     -webkit-transform: translate(0px, 10px) rotate(0deg);
     -ms-transform: translate(0px, 10px) rotate(0deg);
     -moz-transform: translate(0px, 10px) rotate(0deg);
}
 .mobile-but .lines, .mobile-but .lines:after, .mobile-but .lines:before {
     height: 0.125rem;
     width: 1.5625rem;
}
 .mobile-but .lines:after, .mobile-but .lines:before {
     content: " ";
     display: block;
}
 .mobile-but .lines:after {
     transform: translate(0px, 4px) rotate(0deg);
     -webkit-transform: translate(0px, 4px) rotate(0deg);
     -ms-transform: translate(0px, 4px) rotate(0deg);
     -moz-transform: translate(0px, 4px) rotate(0deg);
}
 .mobile-but .lines:before {
     transform: translate(0px, -4px) rotate(0deg);
     -webkit-transform: translate(0px, -4px) rotate(0deg);
     -ms-transform: translate(0px, -4px) rotate(0deg);
     -moz-transform: translate(0px, -4px) rotate(0deg);
}
 .mobile-but .lines:after, .mobile-but .lines:before {
     background: #ff5252;
}
 .toggle-mobile-but.active .mobile-but .lines:after {
     transform: translate(0px, -1px) rotate(45deg);
     -webkit-transform: translate(0px, -1px) rotate(45deg);
     -ms-transform: translate(0px, -1px) rotate(45deg);
     -moz-transform: translate(0px, -1px) rotate(45deg);
}
 .toggle-mobile-but.active .mobile-but .lines:before {
     transform: translate(0px, 1px) rotate(-45deg);
     -webkit-transform: translate(0px, 1px) rotate(-45deg);
     -ms-transform: translate(0px, 1px) rotate(-45deg);
     -moz-transform: translate(0px, 1px) rotate(-45deg);
}
 .main-nav li {
     display: inline-block;
     font-size: .6875rem;
     font-weight: 600;
     text-transform: uppercase;
     margin-left: 1.9625rem;
     font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
 .main-menu li a, .main-nav li span {
     color: #ffffff;
     position: relative;
     padding:1rem 0;
}
 .main-nav li span.search-ico{
     cursor: pointer;
     color: #ff5252;
}
 .block-helper li {
     position: relative;
     font-size: 1rem;
}
 .block-helper li {
     margin-left: 0;
}
 .block-helper li a {
     color: #ff5252;
}
 .header.switched-header .main-nav li a {
     color: #292929;
     opacity: .5;
}


 .header.switched-header .block-helper li a {
     color: #ff5252;
     opacity: 1;
}

 .hero-content {
     color: #ffffff;
     position: relative;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     z-index: 4;
}
 h1.large {
     font-size: 4.4rem;
     line-height: 1.5;
     letter-spacing: .425rem;
     font-weight: 100;
}
 .back-rect {
     border: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -ms-border-image: -ms-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     position: absolute;
}
 .front-rect {
     border-right: 10px solid transparent;
     -moz-border-image: -moz-linear-gradient(top, #d0343a 0%, #ff5252 100%);
     -webkit-border-image: -webkit-linear-gradient(top, #ff3d49 0%, #ff5252 100%);
     border-image: linear-gradient(to bottom, #d0343a 0%, #ff5252 100%);
     border-image-slice: 1;
     width: 17.25rem;
     height: 21.5625rem;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%), -50%;
     position: absolute;
}
 .video-play-but {
     border: 2px solid #ffffff;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     display: inline-block;
     height:7.5em;
     width: 7.5em;
     position: relative;
     background: none;
     margin-top: 3.125em;
}
 .video-play-but:after {
     border-color: transparent transparent transparent #ffffff;
     border-style: solid;
     border-width: 17px 0 17px 24px;
     content: "";
     height: 0;
     margin-left: -0.625rem;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY( -50%);
     -moz-transform: translateY( -50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY( -50%);
}
 .block-video .video-play-but:after{
     border-width: 10px 0 10px 15px;
     margin-left: -0.375rem;
     border-color: transparent transparent transparent #222222;
}
 .video-play-but:hover {
     transform: scale(0.95);
     -webkit-transform: scale(0.95);
}
/* End hero Section*/

/* Discography section*/
 .block-album a{
     color: #ffffff;
	 
}
 .block-teaser{
     text-transform: uppercase;
     border-top: 6px solid #ff5252;
     border-bottom: 6px solid #ff5252;
     padding: 1.25rem 0;
}
 .block-teaser p{
     font-weight: 700;
     font-size: 1.3rem;
     padding-bottom: .5rem;
}
 .block-teaser a{
     font-weight: 700;
     font-size: .9rem;
}
 .countdown {
     font-size: 4rem;
     font-weight: 300;
}
/* End discography Section*/

/* Audio player*/
 .block-tracklist .audiojs {
     background-image: none;
     background-color: #1a1a1a;
     -webkit-box-shadow: none;
     box-shadow: none;
     width: 100%;
     height: 7.3rem;
     display: none;
}
/* .block-tracklist .audiojs .scrubber {
     background-color: rgba(255, 255, 255, 0.7);
     position: absolute;
     height: 4px;
     top: 33px;
     z-index: 9999;
     width: calc(100% - 130px);
     left: 55px;
     border-top: 0;
}
 .block-tracklist .audiojs .time {
     position: absolute;
     text-shadow: none;
     border: none;
     height: auto;
     line-height: normal;
     margin: 0;
     padding: 0;
     top: 20px;
     right: 62px;
}
 .block-tracklist .audiojs .progress{
     border-radius: 0;
}
 .block-tracklist .audiojs .play-pause{
     height: 55px;
     width: 35px;
}
 .block-tracklist .audiojs p{
     position: relative;
     top: 27px;
     left: 7px;
}*/
 .block-tracklist .audiojs .play-pause{
     border-right: 0;
}
 .block-tracklist .block-lyrics{
     display: none;
     margin:0 auto;
}


.neon-box {
    border-radius: 12px;
    border: 2px solid transparent;
    padding: 2rem;
    position: relative;
    background: #13181d;
    box-shadow: 0 0 25px #ff5252;
    animation: neon-rainbow 10s linear infinite;

    width: 100%;            /* ocupa todo el ancho disponible de su contenedor padre */
    max-width: 100%;      /* o el valor que tú quieras, para limitarla */
    margin: 0 auto;         /* centra horizontalmente */
    box-sizing: border-box; /* incluye padding en el tamaño total */
	
}

.playlist.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.playlist.row > li {
  flex: 1 1 320px;
  max-width: 320px;
}





@keyframes neon-rainbow {
    0% { box-shadow: 0 0 25px #ff5252; }
    14% { box-shadow: 0 0 25px #ff9900; }
    28% { box-shadow: 0 0 25px #ffff00; }
    42% { box-shadow: 0 0 25px #33ff33; }
    57% { box-shadow: 0 0 25px #00ccff; }
    71% { box-shadow: 0 0 25px #9933ff; }
    85% { box-shadow: 0 0 25px #ff3399; }
    100% { box-shadow: 0 0 25px #ff5252; }
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1.01);
    box-shadow: 0 0 30px currentColor;
  }
  50% {
    transform: scale(1.015);
    box-shadow: 0 0 40px currentColor;
  }
}

.block-tracklist .playlist {
	
}


/* Glow para cada estado del ítem */
.block-tracklist .playlist li {
  transition: box-shadow 0.3s ease-in-out;
}

/* Animación de parpadeo tenue */
@keyframes subtle-pulse {
  0%, 100% {
    box-shadow: 0 0 12px rgba(0, 200, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.4);
  }
}

/* Estado normal (no hover, no playing) con animación */
.block-tracklist .playlist li {
  box-shadow: 0 0 15px rgba(0, 200, 255, 0.2);
  animation: subtle-pulse 3s ease-in-out infinite;
  transition: box-shadow 0.3s ease-in-out;
}

/* Al pasar el mouse */
.block-tracklist .playlist li:hover {
  box-shadow: 0 0 20px rgba(0, 200, 255, 0.6);
  animation: none; /* se detiene la animación para mostrar el hover */
}

/* Cuando está reproduciendo */
.block-tracklist .playlist li.playing {
  box-shadow: 0 0 30px rgba(255, 0, 150, 0.7);
  animation: none; /* también sin parpadeo, porque ya tiene su efecto propio */
}



 .block-tracklist .playlist li{
     padding-bottom: 1rem;
     padding-left: 2.5rem;
     padding-top: 1rem;
     padding-right: 1.5rem;
     cursor: pointer;
     position: relative;
	 border-radius: 12px; /* mismo que cuando se reproduce */
}
 .block-tracklist .playlist li:not(:last-child){
     border-bottom:1px solid rgba(255,255,255,.1);
}
 .block-tracklist .playlist li:hover{
     background: #090d11;
}
.block-tracklist .playlist li.playing {
    background: rgba(0, 0, 0, 0.6); /* más sutil y moderno */
    border-radius: 12px; /* suaviza el borde del item activo */
}

 .block-tracklist .playlist li:before{
     content: "\e8d4";
     font-family: "fontello";
     position: absolute;
     left: 1.0625rem;
     top: 1.3rem;
     font-size: 0.5625rem;
     color: rgba(255,255,255,.7);
}
 .block-tracklist .playlist li.playing:before{
     content: "\e8d8";
     color: #ff5252;
}
 .block-tracklist .playlist li.playing.pause:before{
     content: "\e8d4";
     color: #ff5252;
}
 span.selected, a.selected{
     color: #ffffff;
}
/* End audio player*/
/* Band members section*/
.block-member {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-member img {
    display: block;
    width: 100%;
    margin-bottom: 0;
	overflow: hidden;
    border-radius: 12px;
}

.block-member .member-info {
    position: static; /* o puedes quitar esta lnea */
    background: rgba(255,82,82,0.95);
    width: 100%;
    text-align: center;
    padding: 1.45rem 0;
    margin-top: 0;
}
/* End band members section*/
/* Tours section*/
 .block-tabs li {
     margin: 0 .78125rem;
     cursor: pointer;
     position: relative;
     padding: 0 .25rem;
     opacity: .7;
}
 .block-tabs li.active {
     opacity: 1;
}

 .block-tab li , .block-tab li .block-video{
     display: none;
}
 .block-tab li.active, .block-tab li.active .block-video{
     display: block;
}
 .block-video {
     background: #000;
     position: relative;
     overflow: hidden;
}
 .block-video .video-play-but {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     margin-top: -2.25rem;
     margin-left: -2.25rem;
     margin-bottom: 0 !important;
     height: 4.5rem;
     width: 4.5rem;
     background: #ffffff;
}
 .block-video.show-video .video-play-but.play-video, .block-video.show-video img {
     opacity: 0 !important;
     pointer-events: none;
}
 img.background-img {
     object-fit: cover;
}
 .background-img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
}
 .block-subscribe{
     position: relative;
}
 .block-subscribe p{
     font-weight: 700;
     font-size: 1.3rem;
}
 .block-subscribe:before{
     content: "\ea0c";
     font-family: "fontello";
     position: absolute;
     right: 3.75rem;
     top: 50%;
     font-size: 17.5rem;
     color: #ffffff;
     opacity: .1;
     transform: translateY(-50%) rotate(-26deg);
     -webkit-transform: translateY(-50%) rotate(-26deg);
     -moz-transform: translateY(-50%) rotate(-26deg);
     -ms-transform: translateY(-50%) rotate(-26deg);
     -o-transform: translateY(-50%) rotate(-26deg);
}
/* End tours section*/
/*Gallery section*/
 .card-gallery.image-gallery {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
     -webkit-column-gap: .75rem;
     -moz-column-gap: .75rem;
     column-gap: .75rem;
}
 .card-gallery.image-gallery > a > img {
     margin-bottom: .35em;
}
 .card-gallery > * {
     display: inline-block;
     width: 100%;
     overflow: hidden;
}
/*End gallery section*/
/*News section*/
 .news-list > li {
     margin-bottom: 7.5rem;
}
 .news-list li:last-child {
     margin-bottom:0;
}
/*End news section*/
/*Twitter section*/
 .tweets {
     position: relative;
}
 .tweets .tweet {
     margin-top: 1rem;
     font-size: 1rem;
}
 .tweets .slides p{
     margin-bottom: 0;
}
 .tweets .slides p a{
     text-decoration: underline;
     color: #ffffff;
     opacity: .7;
}
 .tweets .slides p a:hover{
     text-decoration: none;
     opacity: 1;
}
 .tweets .slides p.timePosted a{
     margin-top: 1rem;
     color: #d0343a;
     opacity: 1;
     display: inline-block;
     font-size: .9375rem;
}
 .tweets .slides p.interact{
     display: none;
}
 .tweets .slides .user [data-scribe="element:screen_name"] {
     display: block;
     font-size: .9375rem;
     line-height: 1.68421053rem;
     font-weight: normal;
}
 .tweets .slides .user [data-scribe="element:name"] {
     display: none;
}
 .tweets .slides .user img {
     display: inline-block;
     clear: both;
     margin-bottom: 0.92857143rem;
     border-radius: 50%;
}
/*End twitter section*/
/*Contact section*/
 .contact .block-social li{
     margin:0 2.48rem;
}
 .contact .block-social li a{
     border:none;
     font-size: 5em;
     opacity: .5;
     color: #3b4b5b;
}
 .contact .block-social li a:hover{
     opacity: 1;
}
/*End contact section*/
/* Footer */
.footer {
    background: #ffffff;
    color: #292929;
}

.footer small span {
    opacity: 0.5;
}

.footer .list-inline-item {
    display: inline;
    margin: 0;
}

.footer .list-inline-item a {
    color: #292929;
    opacity: 0.5;
    text-decoration: none;
}

.footer .list-inline-item:not(:first-child)::before {
    content: "-";
    padding: 0 6px;
    color: #444; /* o #555 si lo prefieres un poco ms claro */
    font-weight: bold;
    opacity: 0.7;
}


.footer .list-inline-item a:hover {
    opacity: 1;
}
/* End footer */

/*Media queries*/
@media all and (max-width: 990px) {


    .header .left-part,
     .header .right-part {
          float: none;
          display: block;
     }
     .header .left-part {
          margin-left: 1.857em;
     }
 
     .header {
          background-color: #ffffff !important;
          
     }
     .header .logo {
          margin-top: 0;
          color: #222222 !important;
     }
     
     
      .header .logo h2 {
          color: #222222 !important;
     }


    .mobile-but {
        display: block;
    }
     .main-nav ul {
    display: none;
    margin-left: 1.857em;
}
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
    }
    .main-menu li a, .main-nav li span {
        display: inline-block;
        padding: .5rem 0;

    }
    
     .main-nav li a {
     color: #292929 !important;
     opacity:.5 !important;
}
    .main-nav li:last-child a {
        padding-bottom: 0;
    }
    
    .block-helper li a {
    color: #ff5252 !important;
    opacity:1 !important;
}

    .main-nav ul ul{margin-left: 0;}
    .block-teaser p{font-size: 1.4rem;}

}

  
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  {

  .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}


h1, .h1{
     font-size: 2.835rem;
}
h3, .h3{
     font-size: 1rem;
}
  
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
    }

      .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

     section.about a.btn-primary{display: block;}
section.about a.btn-primary i{display: none;}
     .contact .block-social li{
     margin:0 1.5rem;
  }


  .height-70 {
    height: 100vh;
}


}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    input,
    textarea {
        -webkit-appearance: none;
    }

    .sing{max-width: 20%;margin-bottom: 3rem !important;}
        .card-gallery.image-gallery > a > img {
    margin-bottom: .75em;
}

h1.large{font-size: 4rem;}


.block-subscribe p{font-size: 1.4rem;}

.height-70 {
    height: 100vh;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    input,
    textarea {
        -webkit-appearance: none;
    }
    
    .hero .main-slider .slides li{height: 500px !important;}

section.about .block-content.text-md-right, .block-album {margin-bottom: 1.875em;}
.playlist li .col-lg-6 span,.block-tab .col-lg-4 span{margin-bottom: 1rem;display: block;}

    .back-rect, .front-rect{display: none;}
    h1.large{font-size: 4rem;}


      .height-70 {
    height: 100vh;
}

.sing{margin-bottom: 3rem !important;max-width: 25%;}


    .card-gallery.image-gallery{

    column-count: 1;
    column-gap: 0rem;
    }



    .card-gallery.image-gallery > a > img{margin-bottom: 1rem;}


}

@media only screen and (max-width: 479px) {
    input,
    textarea {
        -webkit-appearance: none;
    }

    .back-rect, .front-rect { display: none; }
    h1.large { font-size: 3rem; }

    .playlist li .col-lg-6 span,
    .block-tab .col-lg-4 span {
        margin-bottom: 1rem;
        display: block;
    }

    .sing {
        margin-bottom: 3rem !important;
        max-width: 40%;
    }

    section.about .block-content.text-md-right,
    .block-album {
        margin-bottom: 1.875em;
    }

    .card-gallery.image-gallery {
        column-count: 1;
        column-gap: 0rem;
    }

    .block-subscribe:before {
        right: 1.75rem;
    }

    .block-subscribe p {
        font-size: 1.4rem;
    }

    .card-gallery.image-gallery > a > img {
        margin-bottom: 1rem;
    }

    .height-70 {
        height: 100vh;
    }

    /* FIX: Mostrar imgenes en mviles excepto si tienen clase especfica */
    .block-tracklist .block-content img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .block-title:before { content: none; }

    .news-list > li,
    .news-list li:last-child {
        margin-bottom: 5rem;
    }
}


li {
    border-bottom: none !important;
	
	}

/* Título principal del bloque */
.block-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #00c8ff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 200, 255, 0.7);
  margin-bottom: 1rem;
  animation: glowTitle 4s ease-in-out infinite;
}

/* Subtítulo del álbum */
.block-title span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff80df;
  text-shadow: 0 0 8px rgba(255, 128, 223, 0.6);
  margin-top: 0.5rem;
}

/* Animación sutil de pulso */
@keyframes glowTitle {
  0%, 100% {
    text-shadow: 0 0 10px rgba(0, 200, 255, 0.7);
  }
  50% {
    text-shadow: 0 0 20px rgba(0, 200, 255, 1);
  }
}

@keyframes subtitleGlow {
  0%, 100% {
    text-shadow: 0 0 8px rgba(255, 128, 223, 0.6);
  }
  50% {
    text-shadow: 0 0 14px rgba(255, 128, 223, 1);
  }
}

.block-title span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff80df;
  text-shadow: 0 0 8px rgba(255, 128, 223, 0.6);
  margin-top: 0.5rem;
  animation: subtitleGlow 5s ease-in-out infinite;
}

.highlight-artist {
  color: #00ffff; /* cyan brillante */
  font-size: 1.1rem;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.album-meta-list {
  list-style: none;
  padding: 0;
  margin: 2rem auto 1.5rem;
  max-width: 480px;
  text-align: left;
  font-size: 1rem;
  color: #ffffff;
}

.album-meta-list li {
  margin-bottom: 0.6rem;
}

.meta-label {
  font-weight: bold;
  color: #ff80df;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 0.5rem;
  display: inline-block;
  min-width: 140px;
}

.album-meta-home {
  text-align: center;
  margin-top: 1rem;
}

.album-meta-home .home-link {
  color: #ff3366;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border: 1px solid #ff3366;
  border-radius: 6px;
}

.album-meta-home .home-link:hover {
  background: #ff3366;
  color: #fff;
  box-shadow: 0 0 10px rgba(255, 51, 102, 0.5);
}

.album-description {
  max-width: 800px;
  margin: 3rem auto 3rem;
  font-size: 1.6rem; /* ¡Subimos esto! */
  line-height: 2.1rem;
  color: #e6e6e6;
  text-align: justify;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
  font-family: 'Open Sans', sans-serif;
  padding: 0 1rem;
}


.album-description strong {
  color: #00c8ff;
  text-shadow: 0 0 10px rgba(0, 200, 255, 0.5);
}

.album-meta-list-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.album-meta-list {
  padding-left: 0;
}

.album-meta-list li {
  margin-bottom: 0.8rem;
}

.neon-card {
  box-shadow: 0 0 20px rgba(255, 136, 51, 0.5);
  border: 1px solid rgba(255, 136, 51, 0.3);
  background: #1c1f26;
  border-radius: 20px;
}

.img-card {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background-color: #000;
  position: relative;
  box-shadow:
    0 0 15px rgba(255, 128, 223, 0.3),
    0 0 35px rgba(255, 128, 223, 0.2),
    0 0 50px rgba(255, 128, 223, 0.1);
  transition: box-shadow 0.3s ease;
}

.img-card:hover {
  box-shadow:
    0 0 25px rgba(255, 128, 223, 0.4),
    0 0 50px rgba(255, 128, 223, 0.3),
    0 0 75px rgba(255, 128, 223, 0.2);
}

.img-fill-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}

/* Javier  Social Icons Clean Glow */
.block-social .list-inline-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1 / 1;
  border: 1px solid #444;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #ccc;
  margin: 5px;
  font-size: 1.3rem;
  box-shadow: none;
  text-shadow: none;
}

.block-social .list-inline-item a:hover {
  transform: scale(1.1);
}

.block-social .list-inline-item a[href^="http"]:hover {
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.06);
}

.block-social .list-inline-item a[href*="amazon"]  { color: #ff9900; }
.block-social .list-inline-item a[href*="spotify"] { color: #1DB954; }
.block-social .list-inline-item a[href*="apple"]   { color: #ffffff; }
.block-social .list-inline-item a[href*="youtube"] { color: #FF0000; }

.block-social .list-inline-item a[href="#"] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  box-shadow: none !important;
  text-shadow: none !important;
}

.block-social .list-inline-item a:focus {
  outline: none;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Anula cualquier sombra o glow de los conos sociales */
.block-social .list-inline-item a i {
  text-shadow: none !important;
  box-shadow: none !important;
}

/* Y en hover tambin */
.block-social .list-inline-item a:hover i {
  text-shadow: none !important;
  box-shadow: none !important;
}




.album-nav .list-inline-item {
  margin: 6px;
}

.album-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  display: block;
}

.album-icon:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3); /* halo sutil blanco-gris */
}

.album-nav-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #f9f9f9;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.album-nav-subtitle {
  font-size: 1rem;
  color: #ccc;
  font-style: italic;
  max-width: 480px;
  margin: 0 auto;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

.album-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
  opacity: 0.9;
}

.album-nav .list-inline-item:hover .album-icon {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* ÁLBUM ACTIVO */
.active-album {
  pointer-events: none; /* Impide interacción */
}

.active-album .album-icon {
  transform: scale(1.15);
  box-shadow: 0 0 14px 3px rgba(255, 0, 64, 0.7); /* Halo rojo intenso */
  opacity: 1;
  z-index: 2;
  cursor: default; /* No dedito */
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

/* Tooltip personalizado */


.tooltip-wrapper:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}


/* Mostrar tooltip al pasar el mouse */
.tooltip-wrapper:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

/* Ajuste para el primer ítem (evita corte a la izquierda) */
.tooltip-wrapper:first-child::after {
  left: 0;
  transform: translateX(0);
  text-align: left;
}

/* Ajuste para el último ítem (evita corte a la derecha) */
.tooltip-wrapper:last-child::after {
  left: auto;
  right: 0;
  transform: translateX(0);
  text-align: right;
}

.album-tooltip-global {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 6px rgba(255,255,255,0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 100;
  white-space: nowrap;
}

.album-tooltip-global.show {
  opacity: 1;
}


.album-tooltip-global.show {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 6px rgba(255,255,255,0.1);
}

.album-tooltip-global.show {
  opacity: 1;
  animation: floatIn 0.3s ease forwards;
}

@keyframes floatIn {
  0% {
    transform: translate(-50%, -110%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -100%);
    opacity: 1;
  }
}

.album-tooltip-global::before,
.album-tooltip-global::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  opacity: 0.9;
  pointer-events: none;
}

/* Izquierda: ✨🎵💃 */
.album-tooltip-global::before {
  content: "✨🎵💃 ";
  left: -75px;
  animation: float-left 3s infinite ease-in-out;
}

/* Derecha: 🕺🎵✨ */
.album-tooltip-global::after {
  content: " 🕺🎵✨";
  right: -75px;
  animation: float-right 3s infinite ease-in-out;
}

@keyframes float-left {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-52%) translateX(-3px); }
}

@keyframes float-right {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-48%) translateX(3px); }
}

@keyframes neonPulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2),
                0 0 10px rgba(255, 255, 255, 0.3),
                0 0 16px rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4),
                0 0 14px rgba(255, 255, 255, 0.6),
                0 0 20px rgba(255, 255, 255, 0.7);
  }
}

.album-tooltip-global.show {
  opacity: 1;
  animation: neonPulse 2s ease-in-out infinite;
}

@keyframes emojiDance {
  0%   { transform: translateY(0) rotate(0deg); }
  25%  { transform: translateY(-2px) rotate(-5deg); }
  50%  { transform: translateY(0) rotate(0deg); }
  75%  { transform: translateY(-2px) rotate(5deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.dancing-emojis span {
  display: inline-block;
  animation: emojiDance 1.8s ease-in-out infinite;
  text-shadow: 0 0 4px rgba(255,255,255,0.4);
}


@keyframes waveMotion {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(-5px); }
  40%  { transform: translateY(0); }
  60%  { transform: translateY(5px); }
  80%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.dancing-emojis span.char {
  display: inline-block;
  animation: waveMotion 1.6s ease-in-out infinite;
  text-shadow: 0 0 4px rgba(255,255,255,0.3);
}

.neon-sign-container {
  text-shadow: 0 0 8px rgba(255,255,255,0.1);
  padding: 30px 0;
}

.neon-title {
  font-size: 3rem;
  color: #00eaff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow:
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px rgba(0,255,255,0.5);
  animation: neonPulse 2.5s ease-in-out infinite alternate;
}

.neon-title .glow {
  color: #00faff;
  text-shadow:
    0 0 5px #0ff,
    0 0 15px #0ff,
    0 0 25px #0ff,
    0 0 45px #0ff;
}

.neon-subtitle {
  font-size: 1.5rem;
  color: #ff66cc;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 10px;
  text-shadow:
    0 0 5px #f0f,
    0 0 10px #f0f,
    0 0 20px #f0f,
    0 0 35px rgba(255, 0, 255, 0.5);
  animation: neonSubtitle 2.2s ease-in-out infinite alternate;
}

.pink-glow {
  color: #ff66cc;
  text-shadow:
    0 0 4px #f0f,
    0 0 12px #f0f,
    0 0 20px #f0f;
}

@keyframes neonPulse {
  from {
    text-shadow:
      0 0 5px #0ff,
      0 0 10px #0ff,
      0 0 20px #0ff,
      0 0 40px rgba(0,255,255,0.5);
  }
  to {
    text-shadow:
      0 0 10px #0ff,
      0 0 20px #0ff,
      0 0 30px #0ff,
      0 0 50px rgba(0,255,255,0.8);
  }
}

@keyframes neonSubtitle {
  from {
    text-shadow:
      0 0 5px #f0f,
      0 0 10px #f0f,
      0 0 20px #f0f;
  }
  to {
    text-shadow:
      0 0 10px #f0f,
      0 0 20px #f0f,
      0 0 30px #f0f;
  }
}

.neon-frame {
  border: 4px solid rgba(0, 255, 255, 0.3);
  padding: 30px;
  border-radius: 18px;
  box-shadow:
    0 0 8px #0ff,
    0 0 16px #0ff,
    0 0 24px rgba(0, 255, 255, 0.4),
    inset 0 0 8px rgba(0, 255, 255, 0.5);
  background: radial-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1));
  animation: framePulse 2s ease-in-out infinite alternate;
  display: inline-block;
}

@keyframes framePulse {
  from {
    box-shadow:
      0 0 6px #0ff,
      0 0 12px #0ff,
      0 0 18px rgba(0, 255, 255, 0.4),
      inset 0 0 6px rgba(0, 255, 255, 0.3);
  }
  to {
    box-shadow:
      0 0 12px #0ff,
      0 0 20px #0ff,
      0 0 32px rgba(0, 255, 255, 0.6),
      inset 0 0 12px rgba(0, 255, 255, 0.5);
  }
}

@keyframes featuredPulse {
  0%, 100% {
    box-shadow:
      0 0 14px rgba(255, 0, 255, 0.35),
      0 0 28px rgba(255, 0, 255, 0.2),
      0 0 42px rgba(255, 0, 255, 0.12);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 0 22px rgba(255, 0, 255, 0.5),
      0 0 38px rgba(255, 0, 255, 0.3),
      0 0 56px rgba(255, 0, 255, 0.18);
    transform: scale(1.01);
  }
}

.img-featured-glow {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  animation: featuredPulse 3s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.015);
}

.release-dates-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.release-dates-list li {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.8rem;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
  animation: pulseDate 5s ease-in-out infinite;
}

.release-dates-list li span {
  color: #ffb3ff;
  text-shadow: 0 0 4px #ff80ff, 0 0 6px #e000e0;
}

@keyframes pulseDate {
  0%, 100% {
    opacity: 0.95;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.015);
  }
}

.info-glow {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 0, 255, 0.1), 0 0 40px rgba(255, 0, 255, 0.05);
  backdrop-filter: blur(4px);
	
}

.inline-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

.inline-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

.inline-links a:hover {
  color: #ff80ff;
  text-shadow: 0 0 8px #ff80ff;
}

.glow-text {
  color: #ffccff;
  text-shadow: 0 0 5px #ff80ff;
	justify-content: center;
}



.release-dates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 60px; /* Aumentamos el espacio entre columnas */
  max-width: 1400px; /* Ms anchura total */
  margin: 0 auto;
  padding: 30px 20px;
}

.release-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05em;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  word-break: break-word; /* Por si algn ttulo es muy largo */

  gap: 30px; /* Puedes ajustar este valor a 50 o 60 si quieres ms separacin */

}


.album-title {
  color: white;
  font-weight: 500;
}

.release-date {
  font-weight: bold;
}

/* Responsive: stack in una sola columna */
@media (max-width: 576px) {
  .release-dates-grid {
    grid-template-columns: 1fr;
  }
}

/* Abreviaciones de meses */
.month-jan { color: #00f0ff; }
.month-feb { color: #d87cff; }
.month-mar { color: #7effa6; }
.month-apr { color: #53d8ff; }
.month-may { color: #ffc700; }
.month-jun { color: #73ff73; }
.month-jul { color: #ff7171; }
.month-aug { color: #ffae42; }
.month-sep { color: #ff6f91; }
.month-oct { color: #ff4e00; }
.month-nov { color: #a974ff; }
.month-dec { color: #e95fff; }

.release-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 25px;
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.08);
  text-align: center;
}

.album-info p {
  font-size: 1.05rem; /* Antes: 1.2rem */
  line-height: 1.65;
  margin-bottom: 1rem;
}

.release-item {
  font-size: 1.05em; /* Antes: 1.25em */
  padding: 8px 16px;
}

.album-title {
  font-size: 1em; /* Antes: 1.1em */
}

.release-date {
  font-size: 1em; /* Antes: 1.1em */
}

.inline-links {
  font-size: 1rem; /* Reduce un poco los enlaces */
}

.glow-text {
  font-size: 1.05rem; /* Antes: mayor tamao */
}

@media (max-width: 768px) {
  .album-info p {
    font-size: 1.05rem;
  }

  .release-item {
    font-size: 1.1em;
    padding: 8px 12px;
  }
}


.album-info {
  display: flex;
  flex-direction: column;
  align-items: center;       /* Centra horizontalmente */
  justify-content: center;   /* Centra verticalmente si el contenedor tiene altura */
  text-align: center;
  margin: 0 auto;
}

.emoji-banner {
  font-size: 1rem;
  margin-bottom: 1.2rem;
  color: #ffccff;
  text-shadow: 0 0 8px #ff80ff;
  animation: pulseDate 4s ease-in-out infinite;
}

.about {
  background: radial-gradient(ellipse at center, rgba(20,20,30,0.9) 0%, rgba(10,10,20,0.95) 100%);
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
}

.front-p h1 {
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #ffccff;
  text-shadow: 0 0 8px #ff80ff, 0 0 12px rgba(255, 128, 255, 0.3);
  margin-bottom: 30px;
  animation: glowTitle 4s ease-in-out infinite;
}

@keyframes glowTitle {
  0%, 100% {
    text-shadow: 0 0 8px #ff80ff, 0 0 12px rgba(255, 128, 255, 0.3);
  }
  50% {
    text-shadow: 0 0 12px #ff99ff, 0 0 16px rgba(255, 128, 255, 0.6);
  }
}

.front-p p {
  font-size: 1.15rem;
  line-height: 1.75;
  max-width: 850px;
  margin: 0 auto 1.2rem auto;
  color: #eeeeee;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.08);
  padding: 0 10px;
}

.block-social {
  margin-top: 40px;
}

.block-social a {
  font-size: 1.8rem;
  color: #ffffff;
  transition: all 0.3s ease;
  padding: 0 10px;
}

.block-social a:hover {
  color: #ff80ff;
  text-shadow: 0 0 10px #ff80ff;
}

.footer a {
  color: #ffffff !important; /* Blanco antes de hover */
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer a:hover {
  color: #ff80ff !important; /* Color nen rosado al pasar el ratn */
  text-shadow: 0 0 6px #ff80ff;
}


.footer i {
  font-size: 1.4rem;
  margin: 0 6px;
}

@keyframes rotateClock {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulseZoom {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.8;
  }
}

#liveClock {
  display: inline-block;
  font-weight: bold;
  color: #00fff7;
  text-shadow: 0 0 6px #00fff7;
  margin-left: 6px;
}

#countdown {
  display: block;
  color: #eeeeee;
  margin-top: 5px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

#countdown .animated-hourglass,
#countdown .animated-confetti {
  margin: 0 4px;
}


.animated-hourglass {
  display: inline-block;
  animation: rotateClock 2s linear infinite;
  animation-play-state: paused;
}

.animated-confetti {
  display: inline-block;
  animation: pulseZoom 1.8s ease-in-out infinite;
  animation-play-state: paused;
}

.block-social {
  text-align: center;
  padding-left: 0;
}

.block-album h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* puedes ajustar esto con un width si quieres */
}

 .barra-notas {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60%;
        margin: 30px auto 20px auto;
        position: relative;
        text-shadow: 0 0 8px #00fff7;
    }

    .barra-notas::before,
    .barra-notas::after {
        content: "";
        flex: 1;
        height: 2px;
        background: linear-gradient(to right, transparent, #00fff7, transparent);
        box-shadow: 0 0 10px #00fff7;
    }

    .barra-notas span {
        padding: 0 15px;
        font-size: 26px;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0%, 100% { text-shadow: 0 0 8px #00fff7; }
        50% { text-shadow: 0 0 20px #00fff7; }
    }
	
	.contenedor-principal {
        margin: 40px auto;
        max-width: 1200px;
        text-align: center;
        border: 2px solid #00fff7;
        border-radius: 20px;
        padding: 30px;
        background: rgba(21, 24, 29, 0.9);
        box-shadow: 0 0 20px #00fff7;
        transition: box-shadow 0.3s ease-in-out;
    }

    .contenedor-principal:hover {
        box-shadow: 0 0 35px #00fff7;
    }

    .barra-inferior {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60%;
        margin: 20px auto;
    }

    .barra-inferior::before,
    .barra-inferior::after {
        content: "";
        flex: 1;
        height: 2px;
        background: linear-gradient(to right, transparent, #00fff7, transparent);
        box-shadow: 0 0 10px #00fff7;
    }


.about-expanded {
  background-color: #15181D; /* Fondo profundo y limpio */
  padding: 80px 20px;
  text-align: center;
}

.about-expanded h1 {
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 0 0 10px #ff00cc, 0 0 20px #ff00cc;
}

.about-expanded p {
  font-size: 1.1rem;
  color: #dddddd;
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  text-wrap: pretty;
}

.about-expanded .block-social {
  margin-top: 40px;
}

.about-expanded .block-social a {
  font-size: 24px;
  color: #ffffff;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.about-expanded .block-social a:hover {
  color: #00fff7;
}

.about-expanded-text p {
  margin-bottom: 1.6em;
}

/* Estilo general del bloque legal */
.legal-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
  color: #eaeaea;
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: 'Open Sans', sans-serif;
}

/* Ttulo principal */
.legal-section h1 {
  text-align: center;
  text-transform: uppercase;
  color: #ffbdf7;
  font-size: 2.5rem;
  text-shadow: 0 0 10px #ff8de2, 0 0 20px #ff8de2;
  margin-bottom: 10px;
}

/* Subttulo */
.legal-section h5 {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #fff;
  opacity: 0.8;
}

/* Ttulos de secciones numeradas */
.legal-section h4 {
  color: #00fff7;
  text-shadow: 0 0 5px #00fff7;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Prrafos */
.legal-section p {
  color: #e6e6e6;
  margin-bottom: 20px;
}

/* Enlaces dentro de los textos legales */
.legal-section a {
  color: #00fff7;
  text-decoration: none;
  border-bottom: 1px dashed #00fff7;
}

.legal-section a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* Estilo final potico o cierre emocional */
.legal-section .poetic-footer {
  font-style: italic;
  color: #aaa;
  text-align: center;
  margin-top: 4rem;
  font-size: 1rem;
}

/* Diseo del grid asimtrico */
.grid-momentos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 180px;
  grid-template-areas:
    "m1 m2 m3"
    "m1 m4 m3"
    "m5 m4 m6"
    "m5 m7 m6"
    "m8 m9 m9";
  padding: 20px 0;
}

/* Asignacin de reas */
.m1 { grid-area: m1; }
.m2 { grid-area: m2; }
.m3 { grid-area: m3; }
.m4 { grid-area: m4; }
.m5 { grid-area: m5; }
.m6 { grid-area: m6; }
.m7 { grid-area: m7; }
.m8 { grid-area: m8; }
.m9 { grid-area: m9; }

/* Estilo base para imgenes */
.grid-momentos .momento img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;

  /* Animacin de entrada */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1.2s ease forwards, pulseNeon 4s ease-in-out infinite;

  /* Halo inicial */
  box-shadow: 0 0 12px rgba(0, 191, 255, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* Delay individual para fadeUp (aparicin) */
.grid-momentos .momento:nth-child(1) img { animation-delay: 0.1s, 0s; }
.grid-momentos .momento:nth-child(2) img { animation-delay: 0.2s, 0.5s; }
.grid-momentos .momento:nth-child(3) img { animation-delay: 0.3s, 1s; }
.grid-momentos .momento:nth-child(4) img { animation-delay: 0.4s, 1.5s; }
.grid-momentos .momento:nth-child(5) img { animation-delay: 0.5s, 2s; }
.grid-momentos .momento:nth-child(6) img { animation-delay: 0.6s, 2.5s; }
.grid-momentos .momento:nth-child(7) img { animation-delay: 0.7s, 3s; }
.grid-momentos .momento:nth-child(8) img { animation-delay: 0.8s, 3.5s; }
.grid-momentos .momento:nth-child(9) img { animation-delay: 0.9s, 4s; }
/* Hover con exaltacin emocional */
.grid-momentos .momento:hover img {
  transform: scale(1.04);
  box-shadow:
    0 0 20px rgba(0, 191, 255, 0.6),
    0 0 30px rgba(0, 191, 255, 0.3);
  filter: brightness(1.15) saturate(1.3);
}

/* Fade-up inicial */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulso de luz emocional */
@keyframes pulseNeon {
  0% {
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 191, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .grid-momentos {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
    grid-template-areas:
      "m1 m1"
      "m2 m3"
      "m4 m4"
      "m5 m6"
      "m7 m7"
      "m8 m9";
  }
}

/* Imagen en popup */
img.mfp-img {
  display: block;
  max-width: 80vw !important;
  max-height: 80vh !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  object-fit: contain;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow:
    0 0 20px rgba(0, 191, 255, 0.4),
    0 0 40px rgba(0, 191, 255, 0.2);
}

.mfp-close {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.mfp-content {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  z-index: 10001 !important;
}

body.mfp-open {
  overflow: hidden !important;
}

@keyframes swirlOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.2) rotate(720deg);
  }
}

.mfp-wrap.swirl-closing .mfp-content {
  animation: swirlOut 600ms ease forwards;
}

.starfield {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.estrella {
  position: absolute;
  color: #ffffffcc;
  font-size: 12px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4),
               0 0 8px rgba(255, 255, 255, 0.3);
  animation: brillar 3s infinite ease-in-out;
}

@keyframes brillar {
  0%, 100% {
    opacity: 0.3;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.2),
                 0 0 4px rgba(255, 255, 255, 0.15);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.5),
                 0 0 12px rgba(255, 255, 255, 0.4);
  }
}

.starfield {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.estrella {
  position: absolute;
  color: #ffffffcc;
  font-size: 10px;
  font-family: 'Arial', sans-serif;
  opacity: 0.6;
  animation: brillar 3s infinite ease-in-out;
  text-shadow:
    0 0 3px rgba(255, 255, 255, 0.3),
    0 0 6px rgba(255, 255, 255, 0.2),
    0 0 12px rgba(255, 255, 255, 0.1); /* una capa ms sutil */
}

@keyframes brillar {
  0%, 100% {
    opacity: 0.25;
    transform: scale(1);
    text-shadow:
      0 0 3px rgba(255, 255, 255, 0.2),
      0 0 6px rgba(255, 255, 255, 0.15);
  }
  50% {
    opacity: 1;
    transform: scale(1.1); /* un leve pulso */
    text-shadow:
      0 0 6px rgba(255, 255, 255, 0.6),
      0 0 10px rgba(255, 255, 255, 0.4),
      0 0 18px rgba(255, 255, 255, 0.2);
  }
}

.neon-title {
  font-size: 2.8rem;
  text-shadow: 0 0 10px #00f2ff, 0 0 20px #00f2ff;
}

.glow-btn {
  background-color: #00f2ff;
  color: #000;
  border: none;
  padding: 10px 30px;
  box-shadow: 0 0 12px #00f2ff;
  transition: transform 0.3s ease-in-out;
}

.glow-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00f2ff;
}

/* =======================
   LIBRO DE VISITAS STYLANCE
   ======================= */

/* Contenedor general */
.libro-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Formulario centrado y con efecto enfocado */
.libro-form {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(255, 0, 204, 0.1);
  transition: box-shadow 0.3s ease;
}

.libro-form:focus-within {
  box-shadow: 0 0 16px rgba(255, 0, 204, 0.3);
}

/* Inputs y textarea */
.libro-input,
.libro-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.05rem;
  padding: 12px 18px;
  transition: all 0.3s ease;
}

.libro-input::placeholder,
.libro-textarea::placeholder {
  color: #aaa;
}

.libro-input:focus,
.libro-textarea:focus {
  border-color: #ff00cc;
  outline: none;
  background: rgba(255, 255, 255, 0.07);
}

/* Botn */
.libro-boton {
  margin-top: 15px;
  background: #ff00cc;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  padding: 14px 34px;
  font-size: 1.05rem;
  box-shadow: 0 0 12px #ff00cc;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.libro-boton:hover {
  background: #00f2ff;
  color: #000;
  box-shadow: 0 0 14px #00f2ff;
  filter: brightness(1.2);
  transform: scale(1.02);
}

/* Bloque de mensajes */
.libro-mensajes {
  margin-top: 3rem;
  padding: 1rem 0;
}

/* Cada mensaje */
.libro-mensajes p {
  background: rgba(255, 255, 255, 0.04);
  color: #c0f5ff;
  padding: 18px;
  margin-bottom: 6px;
  border-left: 5px solid #00f2ff;
  border-radius: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  box-shadow: 0 0 10px rgba(0, 242, 255, 0.05);
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease;
}

.libro-mensajes p:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: scale(1.01);
  border-left-color: #ff00cc;
}

/* Responsive en mviles */
@media (max-width: 576px) {
  .libro-form {
    padding: 15px 20px;
  }

  .libro-input,
  .libro-textarea {
    font-size: 0.95rem;
    padding: 10px 14px;
  }

  .libro-boton {
    font-size: 0.95rem;
    padding: 12px 26px;
  }

  .libro-mensajes p {
    font-size: 0.95rem;
    padding: 16px;
  }
}

.burbuja-error {
  position: absolute;
  background: #ff00cc;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 0, 204, 0.4);
  top: -45px;
  right: 0;
  animation: flotar 0.6s ease, desvanecer 4s ease forwards;
  white-space: nowrap;
  z-index: 100;
}

@keyframes flotar {
  0% { transform: translateY(8px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes desvanecer {
  0% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

.campo-wrapper {
  position: relative;
}

/* Suaviza la transicin del placeholder */
input::placeholder,
textarea::placeholder {
  transition: color 0.4s ease, opacity 0.4s ease;
}

.campo-wrapper {
  position: relative;
  margin-bottom: 2rem; /* Da aire entre campos */
}

.error-input {
  border-color: #ff00cc !important;
  background: rgba(255, 0, 204, 0.05);
}

/* Efecto al simular salida */
.placeholder-fade-out::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

/* Efecto al mostrar mensaje de error */
.placeholder-fade-in::placeholder {
  opacity: 1;
  transition: opacity 0.8s ease-in;
}

/* Bordes rosados para inputs vacos */
.error-input {
  border-color: #ff00cc !important;
  background: rgba(255, 0, 204, 0.05);
}

@keyframes temblor {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

/* Suaviza la transicin del placeholder */
input::placeholder,
textarea::placeholder {
  transition: color 0.4s ease, opacity 0.4s ease;
}

.error-input::placeholder {
  color: #ff00cc;
  opacity: 1;
}

@keyframes temblor {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

.error-input {
  animation: temblor 0.3s ease;
}

.mensaje-fijo {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 24px;
  margin-bottom: 25px;
  border-left: 5px solid #ff00cc;
  border-radius: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: 0 0 12px rgba(255, 0, 204, 0.1);
  backdrop-filter: blur(4px);
  animation: entradaSuave 0.6s ease;
}

@keyframes entradaSuave {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}

.libro-mensajes > div {
  border-bottom: none !important;
}
.mensaje-bienvenida {
  background: rgba(255, 255, 255, 0.07);
  border-left: 5px solid #ff00cc;
  color: #ffe6f7;
  padding: 24px;
  font-style: italic;
  font-size: 1.05rem;
  border-radius: 16px;
  margin-bottom: 1rem;
  box-shadow: 0 0 12px rgba(255, 0, 204, 0.15);
  animation: entrada-bienvenida 2s ease-out;
  line-height: 1.6;
}

@keyframes entrada-bienvenida {
  0% { transform: translateY(-10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

:root {
  --color-random: hsl(300, 85%, 70%);
}

.libro-form {
  box-shadow: 0 0 12px var(--color-random);
  transition: box-shadow 0.3s ease;
}

.libro-input:focus,
.libro-textarea:focus {
  border-color: var(--color-random);
  background: rgba(255, 255, 255, 0.08);
}

.libro-boton {
  background: var(--color-random);
  box-shadow: 0 0 14px var(--color-random);
}

.libro-boton:hover {
  background: #00f2ff;
  box-shadow: 0 0 14px #00f2ff;
}

.btn-amis-stylance {
  display: inline-block;
  background: transparent;
  padding: 8px;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-amis-stylance:hover {
  transform: scale(1.08);
  box-shadow: 0 0 12px rgba(255, 0, 204, 0.3);
}

.contador-caracteres {
  position: absolute;
  bottom: 8px;
  right: 18px;
  font-size: 0.85rem;
  color: #aaa;
  opacity: 0.8;
  pointer-events: none;
  font-family: 'Open Sans', sans-serif;
}

.section-title-wrapper {
  text-align: center;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Título */
.section-title {
  font-size: 2rem;
  color: #00ffaa;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  letter-spacing: 1px;
  background: linear-gradient(to right, #00ffaa, #aaffee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowFade 4s ease-in-out infinite alternate;
  margin-bottom: 0.8rem;
}

/* Línea debajo del título */
.section-divider {
  width: 120px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(to right, rgba(0, 255, 170, 0), #00ffaa, rgba(0, 255, 170, 0));
  box-shadow: 0 0 8px rgba(0, 255, 170, 0.5);
  border-radius: 1px;
  animation: pulseLine 2s ease-in-out infinite;
  margin-bottom: 0.8rem;
}

/* Icono centrado */
.icono-celestial-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icono-celestial {
  width: 48px;
  height: auto;
  filter: drop-shadow(0 0 6px #00ffaa);
  animation: pulseIcon 2.5s ease-in-out infinite alternate;
}

/* Animaciones */
@keyframes glowFade {
  from {
    text-shadow: 0 0 6px rgba(0, 255, 170, 0.3), 0 0 12px rgba(0, 255, 170, 0.2);
  }
  to {
    text-shadow: 0 0 14px rgba(0, 255, 170, 0.6), 0 0 24px rgba(0, 255, 170, 0.4);
  }
}

@keyframes pulseLine {
  0%, 100% {
    opacity: 0.4;
    transform: scaleX(1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }
}

@keyframes pulseIcon {
  from {
    transform: scale(1);
    opacity: 0.85;
  }
  to {
    transform: scale(1.15);
    opacity: 1;
  }
}

 /* 🌟 Contenedor Principal con Efecto Neón */
.weather-neon-box {
  background: #0b0b0d;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 0 20px #00ffc3, 0 0 40px rgba(0, 255, 195, 0.3);
  text-align: center;
  max-width: 100%;
  margin: auto;
  animation: fadeIn 1s ease-in-out both;
}

/* 🔍 Formulario de Búsqueda */
.weather-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 30px 0;
  width: 100%;
  max-width: 100%;
}

/* Campo de búsqueda */
.weather-search-form input[type="text"] {
  flex: 1 1 250px;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  outline: none;
  min-width: 200px;
  max-width: 300px;
  background: #151515;
  color: #ffffff;
  box-shadow: 0 0 8px rgba(0,255,195,0.15);
}

/* 🎯 Botones */
.weather-search-form button {
  background-color: #00ffae;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
}

.weather-search-form button:hover {
  background-color: #00ffc3;
  transform: scale(1.05);
}

/* 📦 Contenedor de clima e imagen */
.weather-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

/* 🗺️ Tarjetas */
.weather-card,
.image-card {
  flex: 1 1 420px;
  background-color: #101010;
  border-radius: 20px;
  padding: 25px;
  box-shadow: inset 0 0 12px rgba(0, 255, 174, 0.2);
  min-height: 380px;
  max-width: 100%;
  color: #ffffff;
  text-align: left;
  animation: fadeInUp 1s ease-in-out both;
}

/* 🖼️ Imagen */
.image-card img {
  width: 100%;
  border-radius: 10px;
  margin-top: 10px;
  max-height: 450px;
  object-fit: cover;
  box-shadow: 0 0 14px rgba(0, 255, 195, 0.15);
  transition: transform 0.3s ease;
}
.image-card img:hover {
  transform: scale(1.01);
}

/* 📌 Tipografía */
.weather-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.weather-card .temperature {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
  animation: fadeInTemp 1s ease-out both;
}

.weather-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
  margin: 0.2rem 0;
}

.weather-card strong {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

/* ✨ Animaciones mágicas */
@keyframes fadeIn {
  0% { opacity: 0; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInTemp {
  0% { opacity: 0; transform: scale(1.3); color: #00ffc3; }
  100% { opacity: 1; transform: scale(1); color: #ffffff; }
}

#back-to-current-location {
  display: none;
}

.visit-country-name {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 2px;
}

.visit-count.total {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.weather-icon {
    background-color: rgba(0,0,0,0.1); /* leve fondo oscuro */
    border-radius: 8px;
}













/*End media queries*/