.visible {
    display: block;
}

.invisible {
    display: none !important;
}

.cabecera {
    height: 100% !important;
}

.respuesta-amor {
    margin-top: 50px;
    margin-bottom: 50px;
}

#formulario-amor {
    margin-top: 50px;
    margin-bottom: 50px;
}

.texto-generico {
    font-size: 18px;
    font-weight: 200;
}

.texto-pregunta {
    font-size: 24px;
    font-weight: 400;
}

.texto-respuesta {
    margin-top: -30px;
    margin-bottom: 70px;
    font-size: 72px;
    font-weight: 700;
}

#porcentajes-respuesta {
    padding: 10px;
}

.nombre-parametro {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.porcentaje-parametro {
    float: right;
}

.titulo {
    margin-top: 20px;
}

.subtitulo {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

input[type=text] {
    width: 300px;
    padding: 12px 20px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: Verdana, sans-serif;
    font-weight: 200;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    background-color: #000000ba;
    color: white;
}

input[type=text]:focus {
    outline: none;
}

/*ANIMACIÓN CARGANDO*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*FIN ANIMACIÓN CARGANDO*/

/*INICIO ANIMACIÓN METRICAS*/
.meter {
  max-width: 500px;
	height: 20px;
  margin: 0 auto;
	position: relative;
	background: #000000ba;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 4px !important;
	border: 1px solid #ffffff;
}

.meter > span {
  display: block;
  height: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

.white > span {
  background-color: #ffffff;
}

@keyframes expandWidth {
   0% { width: 0; }
   100% { width: auto; }
}

/*FIN ANIMACIÓN METRICAS*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .cabecera {
        height: 100% !important;
    }
}
