@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

* {
	box-sizing: border-box;
}

body {
	/*background-image: linear-gradient(to bottom, #FFC107 60%, #000000 100%);*/
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	background-size: cover;
    background-attachment: fixed;
}
a{
	text-decoration: none;
	color:red;
}
.nav-item a{
	color:red;
}
.nav-item:hover a {
	color:#ffffff;
}
.villasAncla:hover li{
    color:#ffffff;
}
.nav-item {
    background: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-item:hover {
    background: #cc0001;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    color: #ffffff;
}
.list-group-item:hover{
    background: #000000;
}
.list-group-item:hover a{
    color: #ffffff;
}
.icon-size-25 {
    height: 25px;
    width: 25px;
    display: block;
}
#contentenedor_lunaradio {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  display: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#lunaradio {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-auth {
  background-color: #fe0109;
  color: #fff;
}

.btn-auth:hover {
  background-color: #ff4046;
  color: #fff;
}

.btn-close,
.btn-close:hover {
  background-color: #fe0109;
  color: #fff;
  width: 30px;
}

.btn-submit,
.btn-submit:hover {
  background-color: #fe0109;
  color: #fff;
}

.page_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 999999;
}

.middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
  animation: loader 1.2s linear infinite;
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
  }
  50% {
    transform: scaleY(1);
    background: #fe0109;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

.swal2-styled.swal2-confirm{
  background-color: #2c3e50 !important;
}

.lunaradiosmallbuttonplay ,
.lunaradiosmallbuttonpause,
.lunaradioplayicon{
  fill: #fe0109 !important;
}
.content_buttons a{
	font-size: 32px;
	color: white;
}
::selection {
            background: #000000; /* Color de fondo para el texto seleccionado */
            color: #ffffff;      /* Color del texto seleccionado */
        }

        /* Para navegadores webkit */
        ::-webkit-selection {
            background: #000000; /* Color de fondo para el texto seleccionado */
            color: #ffffff;      /* Color del texto seleccionado */
        }
