/* BOTON

Copyright (c) 2021 by Balazs-D (https://codepen.io/balazs-d/pen/OJRPZKz)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */


@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat&display=swap');

* {
box-sizing: border-box;
margin: 0;
 

}

.bg {

display:block;margin:auto;width: 30%
}

.cont {
position: relative;
width: 13vw;
height: 4vw;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 0px 15px black;
margin: 3vw 0;

}
.button {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
background-color: #F75780;
position: relative;
border: 1px dashed yellow;margin: 0 auto;
border-radius: 10px;
outline: none;
transition: box-shadow 0.3s linear;
box-shadow: inset 0px 0px 5px black, inset 0px 0px 0px #F7EA25;

}

.button:active {
box-shadow: inset 0px 0px 0px black, inset 0px 0px 105px #F7EA25;
}
.button:active .blob {
animation: none;
}

.blob {
position: relative;
top: 10%;
left: 0%;
width: 10vw;
height: 10vw;
fill: #1A87AB;
transform-origin: 50% 50%;
filter: drop-shadow(4px 4px 0 black);
animation: bump 5.5s ease infinite;



}

@keyframes bump {
0% {
transform: scale(1, 1) translateX(0px);
}
9% {
transform: scale(1.1, 0.9) translateY(20px);
}
28% {
transform: scale(0.7, 1.3) translateY(-100px) translateX(55px);
}
35% {
transform: scale(1, 1) translateY(20px);
}
50% {
transform: scale(1, 1.1);
}
60% {
transform: scale(1.1, 0.9) translateY(20px);
}
80% {
transform: scale(0.7, 1.3) translateY(-100px) translateX(-55px);
}
88% {
transform: scale(1, 1) translateY(20px);
}
100% {
transform: scale(1, 1) translateX(0px);
}
}

.line {
position: absolute;
bottom: 20%;
width: 20vw;
height: 0.5vw;
background: white;
transform: rotate(-8deg);
box-shadow: 2px 2px 0px black;
animation: line 4s ease infinite reverse;
}

@keyframes line {
0% {
transform: rotate(-8deg);
}
9% {
transform: rotate(-8deg);
}
28% {
transform: rotate(28deg);
}
35% {
transform: rotate(20deg);
}
50% {
transform: rotate(10deg);
}
60% {
transform: rotate(-8deg);
}
80% {
transform: rotate(-12deg);
}

88% {
transform: rotate(-18deg);
}

100% {
transform: rotate(-8deg);
}
}

.text {
display: flex;
position: absolute;
top: 20%;
font-size: 2vw;
text-shadow: 2px 2px black;
font-family: 'Anton', sans-serif;




}

p:nth-child(1n) {
transform: rotate(8deg);
animation: shake 0.5s ease infinite;
color: #F7EA25

}
p:nth-child(2n) {
transform: rotate(5deg);
animation: shake 0.5s ease-out infinite reverse;
color: white

}
 p:nth-child(3n) {
transform: rotate(-2deg);
animation: shake 0.5s 0.1s ease infinite;
 

}

 p:nth-child(4n) {
transform: rotate(-5deg);
animation: shake 0.5s ease-in infinite reverse;
}

@keyframes shake {
0% {
transform: translateX(0) rotate(8deg);
}
50% {
transform: translateX(4px) rotate(-3deg);
}

100% {
transform: translateX(0) rotate(6deg);
}
}

i {
color: #2867B2;
margin-top: 1vw
}


@import url(https://fonts.googleapis.com/css?family=Signika:700,300,600);


h6 {
 font-size:3.5vw;
 font:bold 4vw/1 'Signika', sans-serif;
 user-select:none;text-align: center;
}

h6 span { display:inline-block; animation:float .2s ease-in-out infinite; }
 @keyframes float {
  0%,100%{ transform:none; }
  33%{ transform:translateY(-1px) rotate(-2deg); }
  66%{ transform:translateY(1px) rotate(2deg); }
}
body:hover span { animation:bounce .6s; }
@keyframes bounce {
  0%,100%{ transform:translate(0); }
  25%{ transform:rotateX(20deg) translateY(2px) rotate(-3deg); }
  50%{ transform:translateY(-20px) rotate(3deg) scale(1.1);  }
}

h6 span:nth-child(4n) { color:hsl(50, 75%, 55%); text-shadow:1px 1px hsl(50, 75%, 45%), 2px 2px hsl(50, 45%, 45%), 3px 3px hsl(50, 45%, 45%), 4px 4px hsl(50, 75%, 45%); }
h6 span:nth-child(4n-1) { color:hsl(135, 35%, 55%); text-shadow:1px 1px hsl(135, 35%, 45%), 2px 2px hsl(135, 35%, 45%), 3px 3px hsl(135, 35%, 45%), 4px 4px hsl(135, 35%, 45%); }
h6 span:nth-child(4n-2) { color:hsl(155, 35%, 60%); text-shadow:1px 1px hsl(155, 25%, 50%), 2px 2px hsl(155, 25%, 50%), 3px 3px hsl(155, 25%, 50%), 4px 4px hsl(140, 25%, 50%); }
h6 span:nth-child(4n-3) { color:hsl(30, 65%, 60%); text-shadow:1px 1px hsl(30, 45%, 50%), 2px 2px hsl(30, 45%, 50%), 3px 3px hsl(30, 45%, 50%), 4px 4px hsl(30, 45%, 50%); }

h6 span:nth-child(2){ animation-delay:.05s; }
h6 span:nth-child(3){ animation-delay:.1s; }
h6 span:nth-child(4){ animation-delay:.15s; }
h6 span:nth-child(5){ animation-delay:.2s; }
h6 span:nth-child(6){ animation-delay:.25s; }
h6 span:nth-child(7){ animation-delay:.3s; }
h6 span:nth-child(8){ animation-delay:.35s; }
h6 span:nth-child(9){ animation-delay:.4s; }
h6 span:nth-child(10){ animation-delay:.45s; }
h6 span:nth-child(11){ animation-delay:.5s; }
h6 span:nth-child(12){ animation-delay:.55s; }
h6 span:nth-child(13){ animation-delay:.6s; }
h6 span:nth-child(14){ animation-delay:.65s; }







/* (A) WRAPPER */
@import url('https://fonts.googleapis.com/css2?family=Ranchers&display=swap');
#quizWrap {
  max-width: 600px;
  margin: 0 auto;
}

/* (B) QUESTION */
#quizQn {
  padding: 20px;
  background: #4c93ba;
  color: #fff;
  font-size: calc(11px + 0.8vw);font-family: 'Ranchers', cursive;
  border-radius: 10px;
}

/* (C) ANSWERS */
#quizAns {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
#quizAns input[type=radio] { display: none; }
#quizAns label {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  font-size: calc(9px + 0.7vw);font-family: 'Ranchers', cursive;
  cursor: pointer;
  text-align: center;
}
#quizAns label.correct {
  background: #d8ffc4;
  border: 1px solid #60a03f;
}
#quizAns label.wrong {
  background: #ffe8e8;
  border: 1px solid #c78181;
}




.boton{}
#hms{
  padding: 10px;
  background: #4c93ba;
  color: #fff;
  font-size: calc(11px + 0.8vw);
  border-radius: 10px;text-align: center;font-family: 'Ranchers', cursive;
 }
#foto.boton
{
display:block;margin:auto;
 }