@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');

body, html {
    margin: 10px 0 0;
    background: #ddd;
    background-size: 100% 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    outline: none;
}
span {
  text-transform: capitalize;
}
#nombre {
    text-transform: capitalize;
}
h1 {
    margin: 0;
    color: #667bb4;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 32px;
    user-select: none;
    text-align: center;
    width: 100%;
    margin-top: 15%;
}
a {
    margin: 0;
    padding: 0;
    color: #667bb4;
    z-index:99999999;
    text-decoration: none;
}  
a:hover {
    margin: 0;
    padding: 0;
    color: #f00;
}
b {
    color: #667bb4;
} 
strong {
    font-weight: bold;
}  
.decidir {
    background: transparent;
    width: 100%;
  z-index: 1;
  position: fixed;
  bottom: 2%;
  left: 0;
  justify-content: center;
  margin: 0;
  outline: none;
}  
.bloquetxt {
    margin: 0;
    width: 94%;
    padding: 0 4%;
  color: #eee;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}
p {
    margin: 0;
    width: 92%;
    padding: 0 4%;
  color: #777;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}
.preguntas {
    position: relative;
    margin: 3px 0 !important;
    padding: 4px 10px 4px 10px;
    width: 100%;
    background: transparent;
  color: #667bb4;
  border: 2px solid #667bb4;
  font-size: 17px;
  line-height: 18px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.preguntas:hover {
    color: #fff;
    background: #667bb4;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 12px #fff;
  cursor: pointer;
  font-weight: 400;
  
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}





::-webkit-scrollbar {
	width: 10px;
	background: #000;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,1);
	border-radius: 10px;
	background-color: #444444;
}	
::-webkit-scrollbar-track:hover {
    background-color: #777;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.6);
	background-color: #000;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #000; 
}


@keyframes cursor {
  0% { opacity : 1;}
  100% { opacity : 0;}
}
#cursor {
  animation: cursor 1.5s infinite;
  font-weight:bold;
  color: #fff;
  opacity : 1;
  margin: 0 0 0 10px;
}










.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes rubberBand {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.1, 0.85, 1);
  transform: scale3d(1.1, 0.85, 1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes rubberBand {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.1, 0.85, 1);
  transform: scale3d(1.1, 0.85, 1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 








.boton {
  background-color: #f00;
  color: #fff;
  height: 55px;
  font-weight: bold;
  padding: 15px 40px 15px 40px;
  font-size: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px #fff;
  font-family: 'Fira Sans Condensed', sans-serif;
  cursor: pointer;
  text-align: center;
  margin: 6px 12px;
  width: 30%;
}
.boton:hover {
    background-color: #000;
    box-shadow: 0px 0px 12px #f00;
}

.send {
  background-color: #667bb4;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  font-size: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px #fff;
  font-family: 'Fira Sans Condensed', sans-serif;
  cursor: pointer;
  text-align: center;
  margin: 3px 0;
  width: 100%;
}
.send:hover {
    background-color: #000;
    box-shadow: 0px 0px 12px #f00;
}





























form {
  display: block;
  padding: 0;
  margin: 2px 0;
  width: 100%;
  background: transparent;
  z-index: 1;
  text-align: center;
  border: none;
  outline: none;
  margin: 0;
}
button, input {
  border: 0;
  outline: 0;
  font-size: 16px;
}

input[type=text] {
    color: #000;
}
input {
  margin: 3px 0;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #000;
  padding: 4px;
  border-radius: 4px;
  border: none;
  outline: none;
  border-radius: 8px;
}
textarea {
  padding: 9px;
  border-radius: 8px;
  font-size: 17px;
  background-color: #fff;
  width: 100%;
  height: 80px;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}


