@font-face {
    font-family: 'AnimalPlanet-Heavy';
    font-style: normal;
    font-weight: normal;
	src: url(../Fonts/animalplanet-sans/AnimalPlanetSans-Heavy.otf) format('woff');
}
@font-face {
    font-family: 'AnimalPlanet-Extrabold';
    font-style: normal;
    font-weight: normal;
	src: url(../Fonts/animalplanet-sans/AnimalPlanetSans-ExtraBold.otf) format('woff');
}
@font-face {
    font-family: 'AnimalPlanet-medium';
    font-style: normal;
    font-weight: normal;
	src: url(../Fonts/animalplanet-sans/AnimalPlanetSans-Medium.otf) format('woff');
}
* {
	margin: 0;
	padding: 0;
}


body {
	font-family: 'AnimalPlanetSans-Medium';
	color: #000;
	font-size: 15px;

}

nav{
	font-family: 'AnimalPlanet-Heavy';
}

h1 {
	font-family: 'AnimalPlanet-Heavy';
	font-weight: bold;
	line-height : 60px;
	font-size: 60px !important;
	border-spacing: 20px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    text-shadow: #353434 5px 5px 9px;
	margin-top: 50px;
}


h2 {
	font-family: 'AnimalPlanet-Heavy';
	font-weight: bold;
	font-size: 35px;
	color: #000;
}
h3 {
	font-family: 'AnimalPlanet-Heavy';
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}
a:hover {
	color: #1eb4ff;
	text-decoration: none;
}

hr {
	width: 80px;
	border: 1px solid #000;
	margin: auto;
}


.logo{
	width: 100%;
}


.animal-planet{
	background-image:url(../img/home-todo-scroll.jpg);
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	z-index: 1;
}

.btn-header {
	color: #fff;
    background-color: #1e44ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    font-size: 13px;
}

.btn-header2 {
	color: #fff;
	background-color: #1e44ff;
	font-family: 'AnimalPlanet-Heavy';
	float: right;
    text-align: center;
    padding: 15px;
}

.btn-header:hover {
	color: #ffffff;
    background-color: #1eb4ff;
}

.btn-header2:hover{
	color: #ffffff;
    background-color: #1eb4ff;
}

.btn-login {
	color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #1e44ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    text-align: center;
    margin-left: 20px;
	margin-right: 15px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;

}

.btn-login:hover {
	color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #1eb4ff;

}


.navbar-brand {
    width: 300px;
    display: inline-block;
    margin-right: auto;
    white-space: inherit;

}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-top: 50px;
	background-color: rgba(0, 0, 0, 0.6);
}

.carousel-caption {
	width: 400px;
    position: absolute;
	left: auto !important;
    top: 25%;
    z-index: 10;
    color: #fff;
}

.carousel p {
	font-family: 'AnimalPlanet-Heavy';
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	color: #ffffff;
}

.promo,.datos,.vecinos,.descarga,.footer1{
	margin-top: 80px;
}

.footer2 {
	padding:20px 0px;
}

.vecinos2 {
    margin-top: 0px;
}

.bg-izq {

	height: 470px;
    background-image: url(../img/bg-izq.jpg);
    background-size: 97% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;

}

.bg-der1 {
	height: 470px;
	background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.bg-info-pag {
	height: 150px;
	margin-right: 8px;
    background-color: #f3f3f3;
    box-shadow: #dadada 1px 1px 10px;
	padding: 15px;
}

.bg-info-pag2 {
	height: 150px;
    background-color: #f3f3f3;
    box-shadow: #dadada 1px 1px 10px;
	padding: 15px;
}

.bg-info-pag h2 {
	font-size: 25px;
}

.bg-info-pag2 h2 {
	font-size: 25px;
}


.datos p {
	font-family: 'AnimalPlanet-Heavy';
	color: #000;
	font-size: 18px;
}

.tex-izq {
	width: 200px;
    float: right;
    text-align: left;
	margin-top: 40px;
    margin-right: 25px;

}

.text-der1, .text-der2  {
	width: 200px;
	margin: auto;
	text-align: center;
	margin-top: 30px;

}

.btn-sabias {
    color: #fff;
    background-color: #1e44ff;
    font-family: 'AnimalPlanet-Heavy';
    float: left;
    text-align: center;
    padding: 15px;
    margin-top: 80px;
}

.btn-sabias:hover {
    color: #ffffff;
    background-color: #1eb4ff;

}

.btn-sierra {
	color: #1eb4ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    padding-right: 20px;
    text-align: center;
    margin-top: 0px;
    font-size: 16px;

}

.bg-f1 {
	background-color: #f3f3f3;

}

.bg-f2 {
	background-image: url(../img/shi_2.png);
	background-size: cover;
    background-repeat: no-repeat;
}

.copy {
	font-size: 18px;
	font-family: 'AnimalPlanet-Heavy';
	margin-top: 20px;

}

.redes{

	float: right;
    margin-right: 20px;

}

.fondo-form {
	background-image: url(../img/fondo-form.jpg);
	background-position: center;
    background-size: cover;
}

.modal-dialog{
	max-width: 600px;
}


.modal-body {
	padding: 0px;
}

.modal-body h3 {
	color: #1eb4ff;
}

.datos-form {
	width: 300px;
    height: 500px;
    margin: auto;
    padding: 50px 20px;
}

.inputs {
	width: 100%;
    height: 30px;
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.ingresar {
	width: 150px;
    margin: auto;
    display: block;
    color: #1e44ff;
    border: 2px solid #1e44ff;
    padding: 15px 0px 10px 0px;
    border-radius: 40px;
}

.ingresar:hover {
	width: 150px;
    margin: auto;
    display: block;
    background-color: #1eb4ff;
	color: #fff;
    border: 2px solid #1eb4ff;
    padding: 15px 0px 10px 0px;
    border-radius: 40px;
}


/*estilos tarjetas*/


.text2-adelante{
    color: #fff;
    text-align: right;
    width: 120px;
    float: right;
    padding: 10px;
    margin-top: 220px;
	font-size: 15px;
	font-family: 'AnimalPlanet-Heavy';
	}

.wrap{
	width: 1100px;
	margin: 50px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tarjeta-wrap{
	margin: 10px;
	-webkit-perspective: 800;
	perspective: 800;
}

.tarjeta{
	width: 220px;
    height: 350px;
    margin: auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .7s ease;
	transition: .7s ease;

}

.adelante, .atras1, .atras2, .atras3, .atras4, .atras5, .atras6, .atras7, .atras8, .atras9, .atras10, .atras11, .atras12{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.adelante{
	width: 100%;
}

.atras1{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
    text-align: center;
	color: #000;
	font-family: 'AnimalPlanet-Heavy';
	background-image:url(../img/vecino1-1.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 30px 10px;
}

.tarjeta-wrap:hover .tarjeta{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.card1{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/*fin estilos trajetas */

.nav-tabs .nav-link {
	font-family: 'AnimalPlanet-Heavy';
	text-align: center;
	font-size: 15px;
	min-width: 60px;
	width: 100%;
    height: auto;
    /*background-color: #6d9e29;*/
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-family: 'AnimalPlanet-Heavy';
    color: #ffffff;
    /*background-color: #1eb4ff;*/
	font-size: 15px;
	box-shadow: -5px 0px 0px 0px #1eb4ff;
}

.nav-tabs {
    border-bottom: none;
}


.tab-content>.tab-pane {
	padding: 80px 30px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	background-image:url(../img/fondoinfo.png);
	background-size: cover;
    background-position: center;
}

.info-izq {
	width: 100%;
	padding: 0px 40px;
	font-family: 'AnimalPlanet-Heavy';
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: contain;
    background-position: 30%;
}

.info-izq h3 {
	font-family: 'AnimalPlanet-Heavy';
	font-size: 40px;
    color: #000;
}

.info-der {
	width: 100%;

}

.audio {
	margin-top: 20px;
    width: 80%;
}

.modal-body .col-md-1  {

	max-width: 84px;
	padding-right: 0px;
    padding-left: 0px;

}

.modal-body .col-md-11 {

	padding-right: 0px;
    padding-left: 0px;


}


.titulo1juegos {
    width: 100%;
    height: 140px;
    background-image: url(../img/titulo-trivia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.trivia {
	width: 100%;
	background-image:url(../img/fondo1juegos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
}

.titulo2juegos {
	width: 100%;
	height: 200px;
	background-image: url(../img/titulo-sopadeletras.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.sopa {
	width: 100%;
	height: 900px;
	background-image:url(../img/fondo2juegos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tarjeta-des {
	width: 220px;
    height: 350px;
    margin: auto;
    position: relative;
}

.des1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.btn-desmovil1 {
	width: 45px;
	height: 45px;
	float: left;
	margin-top: 290px;
	background-image: url(../img/btn-movil.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desdesktop1 {
	width: 45px;
	height: 45px;
	float: right;
	margin-top: 290px;
	background-image:url(../img/btn-Desktop.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desmovil2 {
	width: 45px;
	height: 45px;
	float: left;
	margin-top: 290px;
	background-image:url(../img/btn-movilrojo);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desdesktop2 {
	width: 45px;
	height: 45px;
	float: right;
	margin-top: 290px;
	background-image:url(../img/btn-Desktoprojo);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desmovil3 {
	width: 45px;
	height: 45px;
	float: left;
	margin-top: 290px;
	background-image:url(../img/btn-movilnaranja);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desdesktop3 {
	width: 45px;
	height: 45px;
	float: right;
	margin-top: 290px;
	background-image:url(../img/btn-Desktopnaranja);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desmovil4 {
	width: 45px;
	height: 45px;
	float: left;
	margin-top: 290px;
	background-image:url(../img/btn-movilmorado);
	background-size: cover;
	background-repeat: no-repeat;
}

.btn-desdesktop4 {
	width: 45px;
	height: 45px;
	float: right;
	margin-top: 290px;
	background-image:url(../img/btn-Desktopmorado);
	background-size: cover;
	background-repeat: no-repeat;
}

.red {
	width: 60px;
	}

.logdis {
	width: 300px;
	float: left;
}

.logaventu{
	width: 300px;
	float: right;
}

.separador {
	display: inline;
}

.btn-destock {
	display:block;
}

.btn-responsive {
	display:none;
}

.trivia-b {
	width: 100%;
	text-align: center;
}

.trivia-f {
	width: 100%;
	text-align: center;
}

.trivia-C{
	width: 100%;
}

.preguntas {
	width: 700px;
    margin: auto;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
	
}


.preguntas label {
	font-family: 'AnimalPlanet-Extrabold';
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #FF9800;
    border-radius: 20px;
	font-size: 14px;
}

.preguntas h2 {
	font-size: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.botones {
	margin-top: 0px;
}

.botones button {
	width: 250px;
    background-color: #0074ff;
    display: block;
    margin: auto;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 20px;
    border-radius: 40px;

}

.botones .fas {
	margin-top:25px;
}

.respuestas label {
    font-family: 'AnimalPlanet-Extrabold';
    display: inline-block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
    padding: 15px 0px;
    border: 1px solid #FF9800;
    border-radius: 25px;
	cursor: pointer;
}

.respuestas label input {
  width: 250px;
    height: 50px;
    position: absolute;
    opacity: 0;
    margin: auto;
    display: block;
    margin-top: -15px;
	cursor: pointer;
}

.respuestas label:focus-within{
  background-color: #FF9800;
 color: #fff;
 cursor: pointer;
}

/*.respuestas input[type="radio"] {
  display: none;
}*/

/*.respuestas label {
	font-family: 'AnimalPlanet-Extrabold';
    display: inline-block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
    padding: 15px 0px;
    border: 1px solid #FF9800;
    border-radius: 25px;
	cursor: pointer;
}*/

/*.respuestas input[type="radio"]:checked+label {
  background-color: #bbb;
}*/

/*.respuestas input{
    background-color: #dc1b1b;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #ff9801;
}*/

/*.respuestas input[type="radio" i]:disabled {
    background-color: #dc1b1b;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #ff9801;
}*/



.tiempo{
	
	background-color: #FF9800;
	border-radius: 20px;
	color:#fff;
	border: none;
}

.img-trivia {
	width: 70%;
	border-radius: 20px;
	border: 1px solid #FF9800;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}


@media (max-width: 1300px) {



  .logo {
    width: 70%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-21index: 1030;
    margin-top: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0px;
}

.carousel-caption {
	width: 400px;
    position: absolute;
	left: auto !important;
    top: 10%;
    z-index: 10;
    color: #fff;
}

a {

    font-size: 16px;
}

h1 {
	font-family: 'AnimalPlanet-Heavy';
	font-weight: bold;
	line-height : 60px;
	font-size: 45px !important;
	border-spacing: 20px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    text-shadow: #353434 5px 5px 9px;
	margin-top: 50px;
}

h3 {
    font-family: 'AnimalPlanet-Heavy';
    font-size: 23px;
    margin: 0px 0px 10px 0px;
    color: #ffffff;
}

.carousel p {
    font-family: 'AnimalPlanet-Heavy';
    font-size: 17px;
    margin: 0px 0px 20px 0px;
    color: #ffffff;
}

.promo, .datos, .vecinos, .descarga, .footer1 {
    margin-top: 40px;
}

.bg-izq {

	height: 400px;
    background-image: url(../img/bg-izq.jpg);
    background-size: 97% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;

}

.bg-der1 {
    height: 400px;
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

	.bg-info-pag p {
		font-size: 13px;
	}

.bg-info-pag2 h2 {
    font-size: 20px;
}

.bg-info-pag2 p {
    font-size: 13px;
}

.btn-sierra {
    color: #1eb4ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    padding-right: 20px;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
}

.footer2 {
    padding: 10px 0px;
}

.copy {
    font-size: 14px;
    font-family: 'AnimalPlanet-Heavy';
    margin-top: 14px;
}

.btn-header2 {
    color: #fff;
    background-color: #1eb4ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    text-align: center;
    padding: 10px;
}

.redes {
    float: right;
    margin-right: 10px;
}

.red {
	width: 40px;
	}

.tab-content p {
	font-size: 15px;
	}

.titulo1juegos {
    width: 100%;
    height: 100px;
    background-image: url(../img/titulo-trivia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

.titulo2juegos {
    width: 100%;
    height: 100px;
    background-image: url(../img/titulo-sopadeletras.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}

	.separador {
	display:inline;
}

.btn-destock {
	display:block;
}

.btn-responsive {
	display:none;
}

}

@media (max-width: 1300px) and (min-width: 992px) {
	.tex-izq {
	width: 150px;
    float: right;
    text-align: left;
    margin-top: 40px;
    margin-right: 5px;
	}

	.separador {
	display: inline;
}
}

@media (max-width: 1200px) {
	.tarjeta{
	width: 200px;
    height: 350px;
    margin: auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .7s ease;
    transition: .7s ease;
		}

	.separador {
	display: inline;
}

	.btn-destock {
	display:block;
}

.btn-responsive {
	display:none;
}

}

@media (max-width: 992px) {

	.navbar-brand {
    width: 200px;
    display: inline-block;
    margin-right: auto;
    white-space: inherit;
}

	a {
    font-size: 12px;
}

	h1 {
    font-family: 'AnimalPlanet-Heavy';
    font-weight: bold;
    line-height: 60px;
    font-size: 35px !important;
    border-spacing: 20px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    text-shadow: #353434 5px 5px 9px;
    margin-top: 40px;
}

h3 {
    font-family: 'AnimalPlanet-Heavy';
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
}

.carousel p {
    font-family: 'AnimalPlanet-Heavy';
    font-size: 15px;
    margin: 0px 0px 20px 0px;
    color: #ffffff;
}

.bg-der1 {
    height: 470px;
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-top: 10px;
}

	.col-md-6{
     margin-top:  10px;
	}

.copy {
    font-size: 10px;
    font-family: 'AnimalPlanet-Heavy';
    margin-top: 10px;
}

.footer2 {
    padding: 0px 0px;
}

.info-der {
    width: 100%;
    margin: auto;
}

.tab-content>.tab-pane {

	padding: 20px 30px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url(../img/fondoinfo.png);
    background-size: cover;
    background-position: center;

}

.titulo1juegos {
    width: 100%;
    height: 100px;
    background-image: url(../img/titulo-trivia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.titulo2juegos {
    width: 100%;
    height: 100px;
    background-image: url(../img/titulo-sopadeletras.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.separador {
	display: inline;
}

.btn-info {
	color: #fff;
    background-color: #1eb4ff;
    text-align: center;
    padding: 10px 0px;
    width: 200px;
    display: block;
    margin: auto;
    font-size: 16px;
	}

.btn-destock {
	display:none;
}

.btn-responsive {
	display:block;
}

}

@media (max-width: 800px) {

	.modal-body .col-md-1 {
    max-width: 8.333333%;
    padding-right: 0px;
    padding-left: 0px;
}

.separador {
	display: inline;
}

.btn-info {
	color: #fff;
    background-color: #1eb4ff;
    text-align: center;
    padding: 10px 0px;
    width: 200px;
    display: block;
    margin: auto;
    font-size: 16px;
	}

.btn-destock {
	display:none;
}

.btn-responsive {
	display:block;
}

}


@media (max-width: 767px) {

.logo {
    width: 90%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-21index: 1030;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.82);
    padding-bottom: 15px;
}

a {
    font-size: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #1eb4ff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.first-slide,.second-slide,.third-slide {

	margin-top: 97px;

	}

.tex-izq {
    width: 30%;
    float: right;
    text-align: left;
    margin-top: 40px;
    margin-right: 25px;
}

.bg-der1 {
    height: 400px;
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-top: 10px;
}

.promodis {

	width: 60%;
    margin: auto;
    display: block;
    margin-top: 20px;
}

.logdis {
	width: 200px;
	float: left;
}

.logaventu{
	width: 200px;
	float: right;
}

.bg-f2 {
    background-image: url(../img/shi_2.png);
    background-size: inherit;
    background-repeat: no-repeat;
	background-position: top;
}

.copy {
    font-size: 10px;
    font-family: 'AnimalPlanet-Heavy';
    margin-top: 0px;
    text-align: center;
    margin-bottom: 5px;
}


.redes {
    float: left;
    margin-left: 90px;
}

.btn-header2 {
    color: #fff;
    background-color: #1eb4ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    text-align: center;
    padding: 10px;
    margin-right: 70px;
}


.modal-dialog .first-slide {
    height: auto;
}

.modal-dialog .second-slide {
    height: auto;
}

.modal-dialog .third-slide {
    height: auto;
}

.tab-content>.tab-pane {

	padding: 20px 30px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url(../img/fondoinfo.png);
    background-size: cover;
    background-position: center;

}

.separador {
	display:none;
}

.btn-info {
	color: #fff;
    background-color: #1eb4ff;
    text-align: center;
    padding: 10px 0px;
    width: 200px;
    display: block;
    margin: auto;
    font-size: 16px;
	}

.btn-destock {
	display:none;
}

.btn-responsive {
	display:block;
}


}

@media (max-width: 576px) {


	.btn-header {
    color: #fff;
    background-color: #1eb4ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
    font-size: 10px;
}


.container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.col-md-12 {

	padding-right: 5px;
    padding-left: 5px;

	}

	.logo {
    width: 100%;
}

.collapse.show {
    display: block;
    padding: 10px;
}

.carousel-caption {
    width: 250px;
    position: absolute;
    left: auto !important;
    top: 15%;
    z-index: 10;
    color: #fff;
}

h1 {
    font-family: 'AnimalPlanet-Heavy';
    font-weight: bold;
    line-height: 30px;
    font-size: 30px !important;
    border-spacing: 20px;
    margin: 15px 0px 0px 0px;
    color: #ffffff;
    text-shadow: #353434 5px 5px 9px;
    margin-top: 45px;
}

.carousel p {
    font-family: 'AnimalPlanet-Heavy';
    font-size: 12px;
    margin: 0px 0px 20px 0px;
    color: #ffffff;
}

	.first-slide, .second-slide, .third-slide {
     margin-top: 92px;
}

h2 {
    font-family: 'AnimalPlanet-Heavy';
    font-weight: bold;
    font-size: 25px;
    color: #000;
}

.datos p {
    font-family: 'AnimalPlanet-Heavy';
    color: #000;
    font-size: 14px;
    width: 110px;
    text-align: left;
}

.bg-izq {
    height: 300px;
    background-image: url(../img/bg-izq.jpg);
    background-size: 97% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

.bg-der1 {
    height: 350px;
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-top: 10px;
}

.text-der1, .text-der2 {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.datos p {
    font-family: 'AnimalPlanet-Heavy';
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: auto;
}


.bg-info-pag h2 {
    font-size: 20px;
}

.logdis {
	width: 190px;
	margin: auto;
	display: block;
	float: none;
}

.logaventu{
	width: 190px;
	margin: auto;
	display: block;
	float: none;

}

.redes {
    float: left;
    margin-left: 0px;
}

.btn-header2 {
    color: #fff;
    background-color: #1eb4ff;
    font-family: 'AnimalPlanet-Heavy';
    float: right;
    text-align: center;
    padding: 5px;
	margin-right: 0px;
	font-size: 13px;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-link {
    font-family: 'AnimalPlanet-Heavy';
    text-align: center;
    font-size: 15px;
    min-width: 60px;
    width: 100%;
    height: auto;
    /* background-color: #6d9e29; */
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'AnimalPlanet-Heavy';
    color: #ffffff;
    /* background-color: #1eb4ff; */
    font-size: 15px;
    box-shadow: 0px -5px 0px 0px #1eb4ff;
}

.titulo1juegos {
    width: 100%;
    height: 100px;
    background-image: url(../img/titulo-trivia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0px;
}

.titulo2juegos {
    width: 100%;
    height: 100px;
    background-image: url(../img/titulo-sopadeletras.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0px;
}

.separador {
	display:none;
}

.btn-info {
	color: #fff;
    background-color: #1eb4ff;
    text-align: center;
    padding: 10px 0px;
    width: 200px;
    display: block;
    margin: auto;
    font-size: 16px;
	}

	.btn-destock {
	display:none;
}

.btn-responsive {
	display:block;
}

.trivia {
    width: 100%;
    background-image: url(../img/fondo1juegos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}
	
.tiempo {
    background-color: #FF9800;
    border-radius: 20px;
    color: #fff;
    border: none;
}
	
.img-trivia {
    width: 50%;
    border-radius: 20px;
    border: 1px solid #FF9800;
}
	
.respuestas label {
    font-family: 'AnimalPlanet-Extrabold';
    display: inline-block !important;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80% !important; 
    padding: 10px 0px;
    border: 1px solid #FF9800;
    border-radius: 20px !important;
	font-size: 14px !important;
}
	
.respuestas label input {
  width: 80%;
    height: 50px;
    position: absolute;
    opacity: 0;
    margin: auto;
    display: block;
    margin-top: -15px;
	cursor: pointer;
}

.respuestas label:focus-within {
  background-color: #FF9800;
 color: #fff;
}
	
.preguntas label {
    font-family: 'AnimalPlanet-Extrabold';
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #FF9800;
    border-radius: 10px;
    font-size: 10px;
}

.preguntas {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.preguntas h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
	
	.botones button {
    width: 85%;
    background-color: #0074ff;
    display: block;
    margin: auto;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 20px;
    border-radius: 40px;
}
	
}

@media (max-width: 485px) {


h1 {
    /* font-family: 'Merriweather'; */
    font-weight: bold;
    line-height: 30px;
    font-size: 22px !important;
    border-spacing: 20px;
    margin: 15px 0px 0px 0px;
    color: #ffffff;
    text-shadow: #353434 5px 5px 9px;
    margin-top: 20px;
}

h3 {
    /* font-family: 'Avenir LT Std 55 Roman'; */
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
}

.carousel p {
    /* font-family: 'Avenir LT Std 55 Roman'; */
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
}

.first-slide, .second-slide, .third-slide {

	 height: 270px;
     margin-top: 92px;
}

.btn-header {
    color: #fff;
    background-color: #C2194D;
    font-family: 'Avenir LT Std 95 Black';
    float: right;
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    font-size: 10px;
}

.nav-tabs .nav-link {
    font-family: 'AnimalPlanet-Heavy';
    text-align: center;
    font-size: 15px;
    min-width: 45px;
    width: 100%;
    height: auto;
    /* background-color: #6d9e29; */
    border: 1px solid #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: 'AnimalPlanet-Heavy';
    color: #ffffff;
    /* background-color: #1eb4ff; */
    font-size: 15px;
    box-shadow: 0px -5px 0px 0px #1eb4ff;
}

.nav-link {
    display: block;
    padding: 8px;
}

.separador {
	display:none;
}

.btn-info {
	color: #fff;
    background-color: #1eb4ff;
    text-align: center;
    padding: 10px 0px;
    width: 200px;
    display: block;
    margin: auto;
    font-size: 16px;
	}

.btn-destock {
	display:none;
}

.btn-responsive {
	display:block;
}

}
