/* Footer Adhesivo */
/* obliga al footer a mantenerse siempre abajo */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}


/* Colores institucionales */
.js-bgcolor-a {
    background-color: #E60013 !important;
}

.js-txtcolor-a {
    color: #E60013 !important;
}

.js-bgcolor-b {
    background-color: #FCC800 !important;
}

.js-txtcolor-b {
    color: #FCC800 !important;
}

.js-bgcolor-c {
    background-color: #EA0029 !important;
}

.js-txtcolor-c {
    color: #EA0029 !important;
}

.js-bgcolor-gradient {
  background-color: #0047BB !important;
}

.js-txtcolor-gradient {
  background: linear-gradient(60deg, #E60013, #FCC800) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/* /Colores institucionales */

.user-img {
  margin-top: 7px;
  margin-right: 7px;
  margin-left: 14px;
  /*border: 2px solid #ffffff;*/
}

footer a:hover {
    font-weight: bold !important;
}

/* icon prefix focus color */

.input-field .prefix.active {
    color: #E60013 !important;
}

input:focus + label {
    color: #E60013 !important;
}

input:focus {
    border-bottom: 1px solid #E60013 !important;
    box-shadow: 0 1px 0 0 #E60013 !important;
}

/* cambia el color del slider que esta activo*/
.slider .indicators .indicator-item.active {
  background-color: #E60013 !important; 
}
/*alto del contenedor slider para que no se vea mal */
.slider {
    position: relative;
    height: 270px !important;
    /*width: 850px !important;*/
   
}


/* alto del slides */
.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 240px !important;
   /* width: 3px !important; */
}
/*.body{
	 background-color: #bdbdbd !important;
}*/

.color{
     color: #E60013 !important;
}

/* esta clase de abajo es para centrar siempre el div del login   */



.slider {
  position: relative;
  height: 20% ;
  width: 100%;
}

#hearContainer {
  width: 128px;
  height: 128px;
  transform: translate(-50%, -50%);
  /*position: absolute;*/
  left: 50%;
  top: 280px;
  overflow: visible;
  opacity: 0.9;
}

#bigHeart {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0%);
  cursor: pointer;
}

#shadow {
  position: absolute;
  width: 70%;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 50%;
  bottom: -2px;
  transform: translate(-50%, 0%);
}

.hearts {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}

.circ {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  transform: translate(-4px, 0px);
  cursor: pointer;
  border: 4px solid rgb(150, 30, 20);
}

.dots {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color:red;
  border-radius: 50%;
}

#desc {
  white-space: nowrap;
  /*position: absolute;*/
  transform: translate(-50%, -50%);
  /*left: 50%;*/
  /*top: 370px;*/
  text-align: center;
  font-size: 20px;
  font-family: tahoma;
}

#desc span {
  color: red;
}
