@charset "UTF-8";
@import url("Lato/stylesheet.css");

*, *::before, *::after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body{
	width: 100%;
	height: 100%;
    cursor: url(../CURSORES/cursor-auto.png),pointer;
}

p, a{
font-family: 'latoregular';
color: #3e3e3e;
text-decoration: none;
}

.bodyFlex{
	    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.h1{
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: fit-content;
    height: fit-content;
    font-size: 350px;
}

/*FONT

font-family: 'latoblack';
font-family: 'latobold';
font-family: 'latohairline';
font-family: 'latolight';
font-family: 'latoregular';*/

/* GRID */

.col-1 {width: 8.33333%;}
.col-2 {width: 15.66667%;}
.col-3 {width: 25%;}
.col-4 {width: 32.5%}
.col-5 {width: 41.3%}
.col-6 {width: 49.5%;}
.col-7 {width: 58.33333%}
.col-8 {width: 66.66667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333%;}
.col-11 {width: 91.66667%;}
.col-12 {width: 100%;}

[class*="col-"]{
	display: inline-block;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}

.container{
	position: absolute;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	max-height: 740px;
	

	 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17), 0 6px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17), 0 6px 8px rgba(0, 0, 0, 0.08);
}

:root {
  --blue: #789fdc; 
  --blue_opacity: rgba(120, 159, 220, 0.2); 
  --yellow: #ffd008; 
  --blueforte:#0C397A;
  --new_red:#FF4545;
  --gris:#3E3E3E;
  --magenta:#FF00FF;
  --verde:#8bc34a;


  --titulo: 30px;
/*  --subtitulo:25px;
  --texto:20px;*/
  --subtitulo:22px;
  --texto:22px;

  --latoblack: 'latoblack';
  --latobold: 'latobold';
  --latohairline: 'latohairline';
  --latolight: 'latolight';
  --latoregular: 'latolight';
}
[data-state="wrong"]{
    /*background-color: #ffecec !important;
    border: 2px solid #ffa7a3 !important;
    color: #ff2929;*/
}
.bigDrag{
    -webkit-transform: scale3d(1.1, 1.1, 1.1) !important;
     -ms-transform: scale3d(1.1, 1.1, 1.1) !important;
     -o-transform: scale3d(1.1, 1.1, 1.1) !important;
     transform: scale3d(1.1, 1.1, 1.1) !important;
     -webkit-transition: all 0.1s;
     -o-transition: all 0.1s;
     transition: all 0.1s;
}
[data-state="wrong"]+span:before{
    content: url(../images/wrong.svg);
    height: 40px;
    position: absolute;
    width: 40px;
    left: 75%;
    margin-left: -0px;
    margin-top: -25px;
    z-index: 100;
}
.cont-abaco>[data-state="wrong"]+span:before{
    margin-left: -94px;
    margin-top: -190px;
}
[data-state="correct"]{
    /*background-color: #f2ffe7 !important;
    border: 2px solid #8BC34A !important;
    color: #8BC34A;*/
}

[data-state="correct"]+span:before{
    content: url(../images/correct.svg);
    height: 40px;
    position: absolute;
    width: 40px;
    left: 75%;
    margin-left: -0px;
    margin-top: -25px;
    z-index: 100;
}
.cont-abaco>[data-state="correct"]+span:before{
    margin-left: -94px;
    margin-top: -190px;
}
.cont_inp{
    position: relative;
    width: 75px;
    margin-right: 10px;
    margin-left: 10px;
}
.t_azul{
    font-family: var(--latoblack);
    color: var(--blueforte);
}
.inst{
    font-family: var(--latoblack) !important;
}
input[type="text"] {
    position: relative;
    width: 100%;
    max-width: 130px;
    background-color: rgba(120, 159, 220, 0.2);
    font-size: var(--subtitulo);
    padding: 10px;
    color: var(--gris);
    text-align: center;
    margin: auto;
    border: none;
    border-radius: 5px;
    font-family: var(--latoregular);
}
.instruc{
    font-size: var(--texto) !important;
    font-family: var(--latobold) !important;
}
.progressBar{
	position: absolute;
	width: 100%;
	height: 12px;
	top: 0px;
	background-color: var(--blue);
	z-index: 9999;
}

.panels{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background: red;*/
    /*border: solid;*/
}

.btnNav{
	position: absolute;
    top: 50%;
    width: 75px;
    height: 62px;
    margin-top: -30px;
    background-color: var(--yellow);;
    cursor: pointer;
    z-index: 9999;
}

.buttonL{
	border-radius: 0px 30px 30px 0px;
	left: 0px;
	display: none;
}

.buttonL > .circlenav{
	width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 8px 12px 8px 8px;
}

.buttonR{
	border-radius: 30px 0px 0px 30px;
	right: 0px;
}

.buttonR > .circlenav{
	width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
	padding: 8px 8px 8px 12px;
}

.navCircle{
	position: absolute;
    width: 100%;
    height: 20px;
    bottom: 5px;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 9999;
}

.circle{
	width: 20px;
    height: 20px;
    background: var(--yellow);
    border-radius: 50%;
    border: solid 2px #ffe161;
	margin: 0px 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.squareInfo{
	position: absolute;
    padding: 5px;
    background-color: var(--blue);
    color: white;
    top: -35px;
    display: none;

    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17), 0 6px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17), 0 6px 8px rgba(0, 0, 0, 0.08);
}

.squareInfo:before {
	content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: -30px;
    margin: auto;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #789edc;
    border-left: 10px solid transparent;
}

.squareInfo > p{
	color: white;
	font-size: 12px;
}

.circle:hover > .squareInfo{
    display: block;
}

.line{
	position: absolute;
    width: 100%;
    top: 10px;
}

.line > hr{
	margin-block-end: 0;
    margin-block-start: 0;
    border-top: 1px solid #efefef;
}

.activeC{
    background: var(--blue);
    border: solid 2px #6b8ec7;
	cursor: auto;
}

.activeC > .squareInfo{
    display: block;
}

.menuButton{
	    position: absolute;
    right: 10px;
    top: 20px;
    width: 35px;
    cursor: pointer;
}

.popMenu{
	position: absolute;
	display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999999;
    overflow-y: scroll;
}

.thumb{
    width: 190px;
    margin: 20px;
    cursor: pointer;
    border: 5px solid #ffd008;
}

.progress{
	position: absolute;
    height: 100%;
    left: 0px;
    width: 20px;
    background-color: #466394;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menuCloseButton{
	position: absolute;
    width: 80px;
    bottom: 5px;
    right: 10px;
    background-color: white;
    z-index: 99999;
    cursor: pointer;
}

.inputText{
    position: relative;
    /* width: 100%; */
    /* max-width: 130px; */
    width: 100px;
    background-color: rgba(120, 159, 220, 0.2);
    font-size: var(--subtitulo);
    padding: 10px;
    color: var(--gray);
    text-align: center;
    margin: auto;
    border: none;
    border-radius: 5px;
    border: 2px solid #e5ecf8;
}

.bloq{
	opacity:0.3;
	pointer-events: none;
}
