/*@font-face {
	font-family: MomcakeBold;
	src: url('./fonts/Momcake-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: Avenir;
	src: url('./fonts/Avenir-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}*/

body{
	font-family: 'Inter', sans-serif !important;
    margin:0;
    padding:0;
    position:relative;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    left:0;
    background-color: #6042B5;
    text-shadow: initial !important;
    min-height: 100%;
}

header {
	height: 100px;
	margin-top: 10px;
}

.f-right {
	margin-top: 30px;
	float: right;
	margin-bottom: 20px;
}

.next {
	font-weight: 600;
	text-align: center;
	color: #ECF0F9;
	margin-top: 50px;
}

.next > p {
	min-height: 100%;
	padding-top: 5px;
	font-size: 1.7em;
}

.home {
	padding: 3%;
	opacity: 0;
	display: none;
	/*display: flex;*/
	align-items: center;
	height: 100vh;
}

.clever-logo-home-cont{
	width: 100%;
}

.clever-logo-home{
	width: 100px;
}

.title-home-white{
	padding: 10px;
	color: #EEF0FF;
	font-weight: bold;
}

.title-home-black{
	padding: 10px;
	color: #140E26;
	font-weight: bold;
}

.home > h2 {
	text-align: center;
}

.home > form {
	margin: 0 auto;
	padding: 3%;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-group{
	margin-top: 20px;
}

.home > form > .form-group > label {
	font-size: 0.8em;
	color: #140E26;
	font-weight: 600;
}

.home > form > button {
	margin-top: 25px !important;
	width: 100%;
	margin: 0 auto;
}

.form-control-inpt{
	display: block;
	height: 50px;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #F5F5F5;
	color: #140E26;
	border: none;
	border-radius: 0px 12px 12px 0px;
	outline: none;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	width: 77%;
}

.btn-submit-phone{
	color: #EEF99D;
	background: #6042B5;
	border: none;
	border-radius: 12px;
	padding: 10px;
	height: 50px;
	font-weight: 600;
}

.header {
	background-color: #ffe286;
	min-height: 50px;
	padding: 0 10px 0 10px;
}

.links-header-cont{
	position: absolute;
	top: 20px;
	font-size: 0.7em;
	display: flex;
	justify-content: space-between;
	width: 80%;
	left: 10%;
	white-space: nowrap;
	flex-wrap: nowrap;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.links-header-cont {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		left: 0;
		top: 0;
		margin-top: 0;
		margin: 0.75rem;
		font-size: 0.5rem;
	}

	.links-header-cont a {
		margin: 0 5px;
		font-size: 0.5rem;
	}
	
}

.links-header-cont a{
	text-decoration: none;
	color: #FFF !important;
}

.wait-trivia-cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#timer > div {
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
}

#timer > .numbers > .box {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 5px auto;
	width: 78px;
	height: 62px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#timer > .numbers > .box > p {
	margin: 0 auto;
	color: #6042B5;
	font-size: 1.3em;
	font-weight: 600;
}

#timer > .numbers > .box > .txt-time {
	font-size: 0.5em;
    margin-top: -8px;
    color: #1f9ebf;
}

#timer > .double {
	background-color: transparent;
	color: #FFFFFF;
	width: 25px;
	/*font-size: xx-large;*/
}

#timer > div > p {
	margin-top: 10px;
}

#login {
	display: none;
	background-color: #FFFFFF;
	height: auto;
	padding: 20px 10px 20px 10px;
	border-radius: 24px;
}

.status-msg,
.msg-log {
	font-size: 0.8em;
	color: red;
	margin: 0 auto;
	padding-top: 8px;
}

#play {
	text-align: center;
    background-color: transparent;
    border: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 40px;
}

#play > button {
	width: 170px;
}

#play > p {
	color: #6042B5;
	width: 200px;
	margin: 0 auto;
	border-radius: 5px;
	height: 45px;
	padding-top: 6px;
	display: none;
}

.trivia-wborder {
	background: #FFF;
	padding: 10px;
	border-radius: 24px;
	box-shadow: 0px 15px 0px #D9D9D9;
}

.questions {
	text-align: center;
	width: 100%;
	color: #140E26;
	padding: 20px 0px;
	font-size: 18px;
	font-weight: 600;
}

.answers {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 100%;
	display: block;
	background: #FFF;
	color: #262626;
	padding: 14px;
	border-radius: 24px;
	font-size: 17px;
	border: solid 1px #B9B9B9;
}

.answers:hover,
.answers:focus,
.answers:active {
	color: #FFF;
    background-color: #FB9736;
    background-image: none;
}

.box-trivia {
	margin-top: 50px;
}

#countdown {
  position: absolute;
  margin: auto;
  height: 46px;
  width: 46px;
  text-align: center;
  background-color: white;
  border-radius: 23px;
  margin-top: 10px;
  z-index: 1000;
  left: 48.5%;
  margin-top: -15px;
}

#countdown-number {
	color: #140E26;
	line-height: 46px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	border-radius: 50%;
	border: solid 5px #6042B5;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

svg {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 3px;
  top: 3px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 4px;
  stroke: red;
  fill: none;
  animation: countdown 11s linear infinite forwards;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

.container > .msg {
	position: relative;
	padding: 10px;
	max-width: 550px;
	min-height: 150px;
	margin: 0 auto;
	border-radius: 5px;
}

.container > .msg > .box-response {
	font-size: 0.8em;
	margin-top: 8%;
	text-align: justify;
}
.container > .msg > .box-response > .question {
	margin-bottom: 3%;
}

.container > .msg > p {
	margin-top: 20px;
	display: inline-block;
}

.container > .msg > button {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.green {
	color: #218838;
}

.red {
	color: #c82333;
}

footer {
    position: relative;
    bottom: 0;
    width: 65%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

footer > hr {
	margin-bottom: 5%;
}

footer > a {
	font-size: 14px;
	color: #3e3e3e !important;
	text-decoration: none;
	display: inline-block;
	width: 49%;
}

footer > a:hover {
	text-decoration: none;
}

.white {
	background-color: white !important;
}

.terms {
	padding: 5px;
}

.terms > h1 {
	text-align: center;
}

table {
	border: 1px solid black;
	text-align: center;
	margin-bottom: 20px;
}

table > thead {
	height: 50px;
	background-color: #9bc2e6;
	font-weight: bold;
}

table > thead > tr > td, 
table > tbody > tr > td {
	border: 1px solid black;
	vertical-align: middle;
	padding: 5px;
}

.container-table {
	text-align: center;
	width: 80%;
	background-color: #fff;
	color: #262626;
	border-radius: 20px;
	margin: 0 auto;
	padding: 40px;
	box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.1);
	font-size: 1.3em;
	font-weight: 600;
	white-space: nowrap;
}

.container-table > h2 {
    color: transparent;
    -webkit-text-stroke: 1px black;
}

.ur {
	color: transparent;
    text-decoration: underline;
    -webkit-text-stroke: 1px #e31f4e;
}

.container-pos > .pos > p {
	display: inline-block;
}

.first {
	color: gold;
}

.second {
	color: silver;
}

.m-top {
	margin: 0 auto;
	margin-top: 10px;
}

#to-pos {
	margin-top: 30px;
}

#to-pos > input {
	border: 0;
	background-color: transparent;
	color: #6042B5;
	text-decoration: underline;
}

.how-play > a {
	color: #3e3e3e;
	text-decoration: none;
}

#popup_message {
	font-family: Avenir;
	font-size: 1.2em;
}

@media screen and (max-width : 768px) {

	.logo-hdr img{
		width: 30px !important;
	}
	
	.logo-hdr span{
		font-size: 18px !important;
	}
	

	.home > form {
		width: 100%;
		text-align: center;
	}

	.home > form > .form-group > input,
	.home > form > .form-group > label {
		text-align: center;
		font-size: 0.9em;
	}

	.home > form > button {
		font-size: 1.1em;
	}

	.answers {
		font-size: 1.1em;
	}

	.container > .msg {
		width: 100%;
		min-height: 170px;
	}

	.f-right {
		margin-top: 5px;
	}
}

@media screen and (max-width : 480px) {
	footer > a {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}

.wait-trivia-header-cont{
	display: flex;
	position: absolute;
	top: 20px;
	left: 20px;
}

.clever-logo-wait-trivia-header{
	width: auto;
	height: 40px;
	margin-right: 5px;
}

.title-wait-trivia{
	padding: 5px;
	color: #ECF0F9;
	font-weight: bold;
	font-size: 25px;
}

.imgs-wait-trivia-cont{
	display: flex;
}

.clock-cont{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.shadow-clock{
	width: 50px;
}

/*ANIMACION ICONO*/
.bounce-in {
    animation: bounce-in 1.5s ease infinite;
	transform: translateY(30px);
}
@keyframes bounce-in {
    0% {
		transform: translateY(30px);
    }
    40% {
		transform: translateY(70px);
    }
	50% {
		transform: translateY(30px);
    }
    100% { 
		transform: translateY(30px);
	}
}

.shadow {
	animation: shadow 1.5s ease infinite;
}

@keyframes shadow {
    0% {
		width: 50px;
    }
    40% {
		width: 25px;
    }
	55% {
		width: 60px;
    }
	100% {
		width: 60px;
    }
}

.header-table-pos{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 110px;
	background: #262626;
	align-items: center;
	border-radius: 0px 0px 50px 50px;
}

.title-table-pos{
	color: #FFF;
	font-size: 1.1em;
	margin-left: 5px;
	margin-top: unset;
	margin-bottom: unset;
}

.atras{
	color: #FFF;
	width: 12%;
	padding-left: 2%;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.atras:hover {
	text-decoration: none;
	color: #FFF;
}

.table-pos-header-cont{
	display: flex;
	align-items: center;
	top: 10px;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.clever-logo-table-pos-header{
	width: auto;
	height: 30px;
}

.title-table-pos{
	color: #FFF;
	font-size: 1.1em;
	margin-left: 5px;
	margin-top: unset;
	margin-bottom: unset;
	font-weight: 600;
}

.header-table-pos-cont{
	width: 100%;
	display: flex;
	margin-top: 10px;
}

.title-table-pos-main{
	color: #fff;
	margin-top: 20px;
	font-size: 1.5em;
	white-space: nowrap;
}

.posiciones-cont{
	display: flex;
	flex-direction: column;
	height: 80vh;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.tu-pos-cont{
	background: #6042B5;
	padding: 10px;
	border-radius: 20px;
	width: 80%;
	margin-bottom: 60px;
	white-space: nowrap;
}

.tu-pos-title{
	color: #fff;
	font-weight: 600;
}

.tus-puntos{
	font-size: 1.3em;
	font-weight: 600;
	color: #EEF99D;
}

.trofeo-cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.shadow-trofeo{
	margin-bottom: -20px;
	width: 35px;
}

.header-trivia-cont{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FB9736;
	border-radius: 0px 0px 50px 50px;
	padding: 25px;
}

.logo-header-trivia{
	height: 50px;
}

.preguntas-title-count{
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
	display: flex;
}

.question-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #6042B5;
	color: #FFFFFF;
	font-size: 14px;
	width: 23px;
	margin-right: 15px;
}

#btn-play{
	border: solid 1px #6042B5;
	color: #6042B5;
	font-weight: 600;
	margin-top: 10px;
  	margin-bottom: 60px;
}

.segs-trivis-cont{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.segs-trivia{
	color: #FFF;
}

.modal-incorrect-cont{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
}

.btn-incorrect-cont{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.btn-incorrect-cont span{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
	padding: 20px;
	color: #FFF;
	background-color: #EA4600;
	font-weight: 600;
	border-radius: 24px;
}

.modal-correct-cont{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
}

.btn-correct-cont{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.btn-correct-cont span{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
	padding: 20px;
	color: #FFF;
	background-color: #009131;
	font-weight: 600;
	border-radius: 24px;
}

.correct-answers-title{
	background: #6042B5;
	padding: 20px;
	border-radius: 12px;
	color: #FFF;
	font-weight: 600;
}

.question-end-trivia{
	padding: 20px;
	background: #FFF;
	display: flex;
	border-radius: 12px;
	font-weight: 600;
	box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	font-size: 1.1em;
	flex-direction: column;
}

.end-trivia-btn-back{
	text-transform: uppercase;
	border-radius: 12px !important;
	background: #6042B5;
	border: none;
	margin-bottom: 40px !important;
	font-weight: 600;
	font-size: 1em;
	padding: 15px;
}

.end-trivia-btn-back:hover {
	background: #6042B5 !important;
}

.clever-logo-home-init-cont{
	width: 100%;
	height: 100vh;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-pages{
	height: 50px;
	width: 100%;
	display: flex;
}

.btn-back-hdr{
	display: flex;
	align-items: center;
	margin-left: 5px;
	width: 20%;
	color: #292F66;
	text-decoration: none !important;
}

.logo-hdr{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}

.logo-hdr img{
	width: 40px;
  	margin-right: 5px;
}

.logo-hdr span{
	font-weight: bold;
	color: #292F66;
	font-size: 25px;
}

.title-faq{
	color: #6042B5; 
	font-weight: bold; 
	width: 100%; 
	font-size: 25px;
}

.sub-title-faq{
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #262626;
}

.point-faq{
	font-size: 14px;
	color: #262626;
}

.btn-tyc{
	color: #6042B5;
	font-weight: 600;
	text-decoration: none !important;
}

.flag-col{
	width: 25px;
	margin-right: 5px;
}

.inpt-cont-main{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flag-col-cont{
	background-color: #F5F5F5;
	color: #140E26;
	height: 50px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 12px 0px 0px 12px;
	margin-top: 10px;
	border-right: solid 1px #140E26;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23%;
}

.prefij-col-txt{
	font-weight: 600 !important;
  	padding-right: 5px;
}

#pin{
	background-color: #FFFFFF;
	height: auto;
	padding: 20px 10px 20px 10px;
	border-radius: 24px;
}

#pin-usr{
	width: 100%;
	border-radius: 12px;
	height: 50px !important;
	background: #F5F5F5;
}

.links-footer-cont{
	font-size: 0.7em;
	display: flex;
	justify-content: space-between;
	width: 80%;
	left: 10%;
	white-space: nowrap;
	flex-wrap: nowrap;
	font-weight: 600;
}

.links-footer-cont a{
	text-decoration: none !important;
	color: #FFFFFF !important;
}

.waiting-cont-main{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.txt-time{
	color: #ECF0F9;
}

.cont-faq-main{
	padding: 13px;
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cont-tyc-main{
	padding: 13px;
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.start-trivia-cont{
	display: none;
	background: #FFF;
	height: auto;
	flex-direction: column;
	padding: 10px;
	width: 300px;
	border-radius: 24px;
}

.start-trivia-cont img{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#play-text{
	font-size: 32px;
	color: #6042B5;
	font-weight: 600;
	margin-bottom: 20px;
}

.main-cont-trivia-playing{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.result-trivia-cont-main{
	background: #FFF;
	border-radius: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.result-trivia-cont-main img{
	width: 80%;
	height: auto;
}

.result-msg{
	font-size: 32px;
	font-weight: 600;
	color: #140E26;
}

.result-trivia-cont-answers{
	border: solid 1px #B9B9B9;
	width: 100%;
	border-radius: 24px;
	padding: 5px 0px;
	text-align: center;
}

.count-answers{
	margin: unset !important;
	font-size: 28px;
	font-weight: 600;
	color: #140E26;
}

.count-msg{
	margin: unset;
	font-size: 14px;
	color: #140E26;
}

.last-msg-result-trivia{
	font-size: 16px;
	color: #140E26;
	margin-top: 20px;
}

.background-puzzle-cont{
	position: absolute;
	z-index: -100;
	opacity: 0.2;
	width: 100%;
	background-image: url('../images/background_puzzle.png');
	height: 100%;
}