﻿/* CSS Document */


@font-face
{
  font-family:Chewy;
  src: url(../fonts/Chewy.ttf);
}
@font-face
{
 font-family:Roboto;
 src: url(../fonts/Roboto-Regular.ttf);
}


body
{
	font-family:Roboto;
}

.menusinvestigar
{
	width: 139px;
    height: 130px;
    color: #03A9F4;
    font-family: chewy;
    float: left;
    margin: 5px;
    font-size: 20px;
    border-radius: 25px;
    padding: 5px;
    background-color: white;
    text-align: center;
    border: 1px solid gray;
	cursor: url(../images/hand.cur) , auto!important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0d47a1;
}



.mititulo{
	width: 86%;
    margin: 0px auto;
    text-align: center;
    float: right;
    margin-bottom: 43px;
    padding-bottom: 12px;
    border-bottom: 2px solid white;
}

header .volver {
    color: #607D8B;
    background-color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    padding-top: 19px;
    font-family: Chewy;
    font-size: 22px;
	cursor: url(../images/hand.cur) , auto!important;
}

.menu
{
  display:none;
  background-color: white;
  width: 300px;
  position: fixed;
  left: 30%;
  top: 150px;
  padding:20px;
  border-radius:12px;
  z-index:2222;
}




.menu a
{
	text-decoration:none;
}
.menu p
{
	width:100%;
	font-family:Chewy;
	font-size:16px;
	color:white;
	padding:10px;
	border-radius:12px;
	margin:3px;
	text-align:center;
}

/**DISEÑO INGLES**/

.unidad1,.unidad2,.unidad3{width: 20%;  position: absolute;}
.titulo1,.titulo2,.titulo3
{
	position: absolute;  
	z-index: 3;
	opacity:0;
	font-family: Chewy;
    text-align: center;
    font-size: 33px;
}

.unidad1{top: 146px; left: 59px; animation: 2s aum linear;}
.titulo1{top: 195px; left: -80px;}

.unidad2{bottom: 313px; left: 390px; animation: 3s aum linear;}
.titulo2{top: 11px; left: 552px;}

.unidad3{top: 158px; right: 87px; animation: 4s aum linear;}
.titulo3{top: 180px; left: 650px;}

.unidad4{top: 358px; left: 297px; animation: 4s aum linear;}
.titulo4{top: 420px; left: 458px;}
.estrella1,.estrella2,.estrella3
{
	width: 80px;
    position: relative;
	z-index:1;
    opacity: 0;
	cursor: url(../images/hand.cur) , auto!important;
}

.estrella1{ left: 45px;   top: 163px;}
.estrella2{ left: 300px;  top: 0px;}
.estrella3{ left: 337px;  top: 151px;}

#uni1:hover .titulo1,#uni2:hover .titulo2,#uni3:hover .titulo3 {opacity:1;  animation: bounceIn 2s ease; }
#uni1:hover .estrella1,#uni2:hover .estrella2,#uni3:hover .estrella3 {	opacity:1; }

/**FIN DISEÑO INGLES**/


.cerrar
{
	  position: absolute;
  right: -15px;
  top: -15px; width:50px;
  z-index:2;
}
header h1 {
    sfont-family: Chewy;
    color: white;
    text-align: center;
    text-shadow: 3px 3px 3px black;
    padding: 0px!important;
    text-align: right;
}
.info_entrada p
{
	text-align: justify;
    font-size: 20px;
    margin: 10px;
	width:97%;
    color: #012F58;
    letter-spacing: -1px;
    z-index: 3;
	padding-bottom:10px;
}

.principal
{
	margin: 0px auto;
	margin-top:40px;
    width: 750px;
    height: 414px;
    background-image: url(../images/mundo.png);
	position: relative;
}


.menus
{
    width: 200px;
    height: 150px;
    font-family: chewy;
    float: left;
    margin: 3px;
    font-size: 23px;
    border-radius: 25px;
    padding: 10px;
    background-color: #FDFDFD;
    text-align: center;
    border: 2px solid #03A9F4;
}

.regresar
{
    color: white;
    width: 100px;
    height: 50px;
    text-align: center;
    font-family: Chewy;
    font-size: 19px;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
    background-image: url(../images/iconos/boton.png);
    background-size: cover;
    padding: 12px;   
	cursor: url(../images/hand.cur) , auto!important;
	
}

.regresar:hover
{
  text-decoration:none;
  color:black;
text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}
.menus:hover
{
color:black;
text-decoration:none;
cursor: url(../images/hand.cur) , auto!important;

}
.activo
{
	color:#01579B;
transition: all 1s ease-in-out;
transform: scale(0.9);
cursor: url(../images/hand.cur) , auto!important;
}

video
{
    width: 100%;
    margin-top: 10px;
}



.marco {
    max-width: 800px;
    padding: 15px;
    display: table;
    margin: 0px auto;
    margin-top: 20px;
    background-size: 100% 110%;
    border-radius: 12px 12px 12px 12px;
	background-color: #BF360C;
}



h1
{
	font-family:Chewy;
	color:white;
	text-align:center;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}



h3 {
    font-family: Chewy;
    color: white;
    padding: 0px;
    margin: 2px;
    font-size: 29px;
}

.aumentar:hover
{
	cursor:url(../images/hand.cur) , auto!important;
	-webkit-transition:-webkit-transform 0.8s ease-out; 
	-moz-transition:-moz-transform 0.8s ease-out; 
	-o-transition:-o-transform 0.8s ease-out; 
	-ms-transition:-ms-transform 8.1s ease-out; 
	transition:transform 0.8s ease-out;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	  
}

.tip + .tooltip > .tooltip-inner {background-color: white; color:black; font-family:Roboto; border:1px solid gray;}



.menus1
{
font-family:Chewy;
font-size:30px;
width:100%;
height: 460px;
color:red;
float:left;
margin:5px;
border-radius:70px 0px 55px 0px;
padding:20px;
animation: mover 8s infinite;
background-color:white;
text-align:center;
}

.menus1 h3:hover 
{
transition: all 0.8s ease-in-out;
transform: scale(0.9);
cursor: url(../images/hand.cur) , auto!important;
}


.menus2
{
font-family:Chewy;
font-size:30px;
width:100%;
height: 460px;
color:red;
float:left;
margin:5px;
border-radius:70px 0px 55px 0px;
padding:20px;
animation: mover 8s infinite;
background-color:white;
text-align:center;
}

.menus2 h3:hover 
{
transition: all 0.8s ease-in-out;
transform: scale(0.9);
cursor: url(../images/hand.cur) , auto!important;
}

.cursor:hover
{
	cursor:url(../images/hand.cur) , auto!important;
}

.instrucciones .tituloletrero2
{
	position: absolute;
  top: 100px;
  left: 21%;
/*  text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;*/
  font-family: Chewy;
  font-size: 30px;
  color: white;
}
.instrucciones .tituloletrero3
{
   position: absolute;
  background-color: white;
  top: 330px;
  left: 40%;
  font-family: Chewy;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 30px;
  color: rgb(255, 61, 1);
}
.instrucciones .textoletrero3
{
	position: absolute;
  top: 380px;
  left: 30px;
  width: 130px;
  font-family: Roboto;
  font-size: 17px;
    color: white;
}
.instrucciones .textoletrero2
{
	position: absolute;
  top: 152px;
  left: 30px;
  width: 130px;
  font-family: Roboto;
  font-size: 17px;
    color: white;
}

.textotabla
{
  font-family: Chewy;
  color:white;
  text-align:center;
  position: absolute;
  top: 33px;
  width: 400px;
  left: 9px;
}
.personaje
{
    float: right;
  width: 120px;
  height: 120px;
  top: 40px;
  right: -95px;
  position: absolute;
}


.fondo
{
	width:750px; 
	margin:0px auto; 
	height: 600px;
	border:1px solid gray;
	border-radius:70px 0px 55px 0px;
	padding:10px;
	border-radius: 12px;
	background-color: rgba(229, 229, 229, 0.7);
	text-align:center; 
	display:table;
	margin-top:20px;
	margin-bottom:20px;
}

.nube
{			  
    background-image: url(../images/letrero1.png);
  background-size: 100% 100%;
  font-size: 20px;
  width: 80%;
  height: 170px;
  float: left;
  font-family: Chewy;
  text-align: center;
  position: absolute;
  top: -12px;
}

.fadebox {
   display: none;
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.50;
   opacity:.50;
   filter: alpha(opacity=50);
}
.color1 { background-color:#F44336; color:white;}
 .color2 { background-color:#E91E63; color:white;}
 .color3 { background-color:#9C27B0; color:white;}
 .color4 { background-color:#3F51B5; color:white;}
 .color5 { background-color:#2196F3; color:white;}
 .color6 { background-color:#009688; color:white;}
 .color7 { background-color:#43A047; color:white;}
 .color8 { background-color:#EF6C00; color:white;}
 .color9 { background-color:#FF5722; color:white;}
 .color10 { background-color:#607D8B; color:white;}
 
@keyframes mover {
    from { transform: none; }
    50% {  transform: rotate(-20deg);}
    to { transform: none; }
}

@keyframes aparecerX {
    from { transform: none; }
    50% {  transform: translateX(30px);}
    to { transform: none; }
}
@keyframes aparecerY {
    from { transform: none; }
    50% {  transform: translateY(30px);}
    to { transform: none; }
}

@keyframes pulsar {
    from { transform: none; }
    50% {  transform:scaleX(1.1);}
    to { transform: none; }
}
@keyframes aum {
    from { transform: none; }
    50% {  transform:scale(1.2);}
    to { transform: none; }
}

/*nuevos*/
figcaption h2
{
	font-family:Chewy;
}
.grid *
{
	border-radius:20px;
}
.demo-2 .grid figure button
{
	border-radius:0px 0px 16px 16px;
	cursor: url(../images/hand.cur) , auto!important;
    -webkit-transform: translateY(106%);
    transform: translateY(106%);
}