*{
	margin: 0;
	padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(../images/Fondo_1.png);
  background-repeat: no-repeat;
  /*background-position: center;*/
  background-size: cover;
}

/*@font-face {
  font-family: "MarsCentra-Bold";
  src: url("../fuentes/MarsCentra-Bold.ttf");
}

@font-face {
  font-family: "MarsCentra-Book";
  src: url("../fuentes/MarsCentra-Book.ttf");
}

@font-face {
  font-family: "MarsCentra-Extrabold";
  src: url("../fuentes/MarsCentra-Extrabold.ttf");
}*/

.opacidad{
	opacity: 0;
}

/*=============================
=            index            =
=============================*/



/*=====  End of index  ======*/


.contenedor_principal{
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: purple;*/
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-width: 1024px;
    min-height: 600px;
}

.titulo{
	position: absolute;
	top: -14%;
	width: 40%;
	height: 30%;
	/*background-color: yellow;*/
	display: flex;
    justify-content: center;
    align-items: center;
}

.instrucciones{
	position: absolute;
	bottom: 25%;
    width: 50%;
    height: 50%;
	/*background-color: blue;*/
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nota{
	position: absolute;
	width: 100%;
	/*height: 20%;*/
	bottom: 0%;
	/*background-color: orange;*/
	display: flex;
    justify-content: center;
    align-items: flex-end;
}
	.nota img{
		width: 100%;
	}

.gato{
	position: absolute;
	left: 0%;
	bottom: 9%;
	width: 25%;
    height: 50%;
	/*background-color: brown;*/
	display: flex;
    justify-content: center;
    align-items: center;
}

.perro{
	position: absolute;	
	right: 0%;
	bottom: 8%;
	width: 25%;
    height: 50%;
	/*background-color: red;*/
	display: flex;
    justify-content: center;
    align-items: center;
}

.btn_iniciar{
	position: absolute;
	background-color: rgb(19,148,188);
	width: 150px;
	height: 40px;
	color: white;
	border-radius: 10px;
	bottom: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MarsCentra-Bold;
	box-shadow: 1px 1px 10px 5px #ccc;
}

.cat{
	position: absolute;
    width: 150px!important;
    left: 3%;
    bottom: 85%;
}

.dog{
	position: absolute;
    width: 185px!important;
    right: 3%;
    bottom: 85%;
}

.cont_interno{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.uno{
	transition: 2s all;
}
.dos{
	transition: 2s all;
}
.tres{
	transition: 2s all;
}
.cuatro{
	transition: 2s all;
}

.welcome{
	transition: 2s all;
}

/*=============================
=            juego            =
=============================*/

.cont_izquierda{
	width: 30%;
	height: 100%;
	/*background-color: green;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
	.cont_int_izq{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 95%;
		height: 95%;
		/*border: solid 3px black;*/
	}

.cont_derecha{
	width: 	70%;
	height: 100%;
	/*background-color: gray;*/
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap
}

.logo_izq{
	width: 100%;
	height: 40%;
	/*background-color: red;*/
	display: flex;
    justify-content: center;
    align-items: center;
}

.instruccion{
	width: 100%;
	height: 20%;
	/*background-color: blue;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.num_tarjeta{
	width: 100%;
	height: 20%;
	/*background-color: yellow;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.mensaje_res{
	width: 100%;
	height: 20%;
	/*background-color: pink;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.caja_carta{
	width: 21%;
    height: 27%;
}

.zoom_carta{
	position: absolute;
	width: 20%;
    height: 50%;
    border-radius: 32px;
    overflow: hidden;
    background: rgb(183,184,191);
    border: solid 10px rgb(255,255,255);
    color: rgb(75,73,79);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'MarsCentra-Book', sans-serif;
    font-size: 24px;
    transition: 2s;
    z-index: 9999;

    box-shadow: 0px 0px 3px 3px #111;
}
	.zoom_carta p{
		font-family: 'MarsCentra-Book', sans-serif;
	    padding: 5px;
	    font-weight: normal;
	    font-size: 19px;
	    text-align: center;
	}

	.zoom_carta h1{
		/*padding: 30px;*/
	    font-weight: bold;
	    font-size: 27px;
	    text-align: center;
	}

.btn_close_card{
	position: absolute;
	right: 3%;
	top: 3%;
	border-radius: 180px;
	background-color: purple;
	color: white;
	font-weight: bold;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carta_1, .carta_2, .carta_3, .carta_4, .carta_5, .carta_6, .carta_7, .carta_8, .carta_9, .carta_10, .carta_11, .carta_12{
	cursor: pointer;
} 

.caja_seleccionada{
	pointer-events: none;
	cursor: none;
}

.buenas{
	opacity: 0.2;
}

/*=====  End of juego  ======*/


/*=============================
=            final            =
=============================*/

.logo_final{
	position: absolute;
	top: 10%;
}

.texto_final{
	position: absolute;
	top: 50%;
}

.cuadro_final{
	position: absolute;
	width: 100%;
    top: 57%;
}
	.cuadro_final img{
		width: 100%;
	}

.mensaje_final{
	position: absolute;
	top: 80%;
}

.boton_final{
	position: absolute;
	top: 82%;
	left: 80%;
	cursor: pointer;
}

/*=====  End of final  ======*/
