/* CSS Document */


/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 230px;
	left: 10px;
	width: 100%;
	z-index: 100;
}
.videobox iframe {
	position: relative;
	top: 50px;
	left: 309px;
}
.cartel {
	position: absolute;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	min-width: 200px;
	max-width: 760px;
	z-index: 101;
}
.titcartel {
	color: rgb(255, 255, 255);
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	background: rgb(19, 26, 45);
}
.titcartel h2 {
	padding: 7px 10px 11px;
	border-radius: 7px;
	border: 3px dashed rgb(243, 236, 130);
}
/* Finaliza codigo de video */


.animation{
	transition:all 250ms ease;
}
   
.btn-go {
	position: absolute;
	top: 144px;
	right: 40px;
	z-index: 100000;
}
.btn-go div {
	font-size: 25px;
	padding: 10px 20px;
	background-color: #8BC53F;
	border-radius: 35px;
	border: 3px solid black;
}
.btn-go div.active {
	background-color: #6A1DDE;
	color: white;
}


video {
    position: absolute;
    left: 230px;
    top: -11px;
    width: 870px;
}

.botonera {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.botonera .p_prev1 {
    transform: rotate(180deg);
}

.p_prev.p_prev1.off {
    display: none;
}
.p_next.p_next.off {
    display: none;
}


.botonera img {
	transition:all 300ms ease;
}
.botonera img:hover {
    transform: scale(1.2);
}
.botonera img:active {
    transform: scale(1.1);
}

input {
    position: absolute;
    font-size: 40px;
    width: 180px;
    border: 3px dashed black;
    border-radius: 19px;
    text-align: center;
}
.inp1{ 
    top: 574px;
    left: 373px;
}
.inp2{ 
    top: 574px;
    left: 733px;
}

input.inp3 {
    top: 649px;      
    left: 313px;
    font-size: 51px;
}
input.inp4 {
    top: 646px;      
    left: 913px;
    font-size: 51px;
}

input.inp5 {
    top: 610px;
    left: 90px;
}
input.inp6 {
    top: 610px;
    left: 517px;
}
input.inp7 {
    top: 610px;
    left: 928px;
}

img.valida_1 {
    position: absolute;
    top: 560px;
    left: 626px;
    transition:all 300ms ease;
}

img.valida_2 {
    position: absolute;
    top: 540px;
    left: 1246px;
    transition:all 300ms ease; 
    animation:repite 1s ease infinite alternate;
}
@keyframes repite{
	from{
		transform:scale(1);
	}
	to{
		transform:scale(1.2);
	}
}

img.valida_3 {
    position: absolute;
    top: 540px;
    left: 1246px;
    transition:all 300ms ease;
}

img.valida_1:hover, img.valida_2:hover, img.valida_3:hover {
	transform:scale(1.2);
	cursor:pointer;
}


img.cerrar {
    position: absolute;
    top: -10px;
    right: -50px;
}

.texto_tabla {
    font-size: 40px;
    position: absolute;
    top: 170px;
    left: 110px;
    width: 300px;
    height: 250px;
    text-align: center;
}

.texto_tabla strong {
    color: #89380F;
    font-size: 53px;
}
 

.cuadricula {
    position: absolute;
    bottom: 89px;
    left: 507px;
    width: 615px;
    height: 543px;
    border-left: 10px solid #1E1766;
}

.cuadro {
    position: relative;
    height: 61px;
    width: 61px;
    float: left;
}

.cuadro div {
    background-color: #1E1766;
    cursor: pointer;
}

.lineaT {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}
.lineaR {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 10px;
}
.lineaB {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 10px;
    width: 100%;
}
.lineaL {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 10px;
}

.perimetro {
    position: absolute;
    top: 560px;
    left: 114px;
    width: 280px;
    text-align: center;
    background-color: #BEBFDE;
    border: 3px solid black;
    border-radius: 11px;
    font-size: 34px;
}

.actual {
    color: #1E1766;
}

input.texto1 {
    top: 631px;
    left: 959px;
    height: 91px;
    font-size: 30px;
}
input.texto2 {
    top: 631px;
    left: 959px;
    height: 91px;
    font-size: 55px;
    text-transform: uppercase;
}