.rotateinfinite{
    animation-name: rotateinfinite;-webkit-animation-name: rotateinfinite;
    animation-timing-function: linear;-webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;
    animation-duration: 6s;-webkit-animation-duration: 6s;
}
@keyframes rotateinfinite {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes rotateinfinite {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
.efecto {
    animation-name:   efecto;-webkit-animation-name: efecto;
    animation-timing-function: linear;-webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;
    animation-duration: 6s;-webkit-animation-duration: 6s;
}
@keyframes efecto {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(-360deg);
  }
}
@-webkit-keyframes efecto {
  from {
    -webkit-transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(-360deg);
  }
   }
 
#video1
{
width: 100%;
  height: auto;

  top: 218px;
  left: 21%;
}

@font-face {
  font-family: 'Myriad-Pro-Bold';
  src:url(../fonts/myriad-pro-bold.eot);/* IE */
  src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.ttf) format('truetype'); /* non-IE */
  src: local('Myriad-Pro-Bold'), url(../fonts/myriad-pro-bold.woff) format('woff'); /* Modern Browsers */
}

@font-face {
  font-family: 'Cabin';
  src:url(../fonts/cabin-regular-webfont.eot);/* IE */
  src: local('cabin-regular-webfont'), url(../fonts/cabin-regular-webfont.ttf) format('truetype'); /* non-IE */
  src: local('cabin-regular-webfont'), url(../fonts/cabin-regular-webfont.woff) format('woff'); /* Modern Browsers */
}

p{
  font-family: Myriad-Pro, sans-serif;
  font-size: 21pt;
  text-align: justify;
}

input[type="text"] {
  background-color: #DCF0FF;
  font-family: Myriad-Pro, sans-serif;
  text-align: center;
  font-size: 28pt;
  /*padding: 10px;*/
  /*border: solid 2px #7B7F73;*/
  /*transition: box-shadow 0.3s, border 0.3s;*/
  border: hidden;
  outline: 0;
  /*border-radius: 15px;*/
}

.animar
{
  animation-duration: 1s;
    animation-name: aumentar;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: aumentar;
  -webkit-animation-iteration-count: infinite;
}

@keyframes aumentar{
  50% { transform: scale(1.1);}
  100% {transform: scale(1);}
}

@-webkit-keyframes aumentar{
  50% { transform: scale(1.1);}
  100% {transform: scale(1);}
}

.boton{
  background-image: -webkit-linear-gradient(top, #042C49, #2D4D60);
  background-image: -moz-linear-gradient(top, #042C49, #2D4D60);
  background-image: -ms-linear-gradient(top, #042C49, #2D4D60);
  background-image: -o-linear-gradient(top, #042C49, #2D4D60);
  background-image: linear-gradient(to bottom, #042C49, #2D4D60);
  border-bottom: solid #042C49 5px;
  border-radius: 10px;
    width: 360px;
  height: 60px;
  float: left;
  margin-left: 11px;
  margin-top: 10px;
  cursor: pointer;
}

.boton:active{
	border-bottom: none;
	margin-top:13px;
}

.botonActivo{
	background-image: -webkit-linear-gradient(top, #FE290C, #FC5854);
  background-image: -moz-linear-gradient(top, #FE290C, #FC5854);
  background-image: -ms-linear-gradient(top, #FE290C, #FC5854);
  background-image: -o-linear-gradient(top, #FE290C, #FC5854);
  background-image: linear-gradient(to bottom, #FE290C, #FC5854);
  border-bottom: solid #FE290C 5px;
}

.botonRespuesta{
  background: #76A2C4;
  width: 250px;
  height: 70px;
  border-radius: 10px;
  margin-top: 0px;
  cursor: pointer;
}

.botonRespuesta:hover{
  background: #419345;
}

.botonRespuesta:active{
  background: #419345!important;
}

.botonRespuestaActivo{
  background: #419345;
}

.btnCreative{
  background:url(../img/btn_cc.png) no-repeat;
  background-size:100%;
    width: 60px;
  height: 64px;
  position: absolute;
    bottom: 43px;
  right: -25px;
  cursor:pointer;
}

.btnCreative:active{
  background:url(../img/btn_ccoff.png) no-repeat;
  background-size:100%;
    width: 60px;
  height: 64px;
  position: absolute;
  bottom: 41px;
  right: -23px;
}

.creative{
  background: #74AED1;
  border: solid #042C49 2px;
  border-radius: 5%;
  position: absolute;
  top: -89px;
  left: -392px;
  width: 842px;
  height: 227px;
}

.textoCreative{
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:25pt;
  text-align: -webkit-match-parent;
  font-weight:bold;
  color:#FFF;
  margin-left:20px;
  word-wrap: break-word;
}

.elementosEnlaceAnimacion1{
  display: none;
  cursor: pointer;
}

.enlacesPop{
  color: blue;
}

.enlacesPopActive{
  color: #00A99D !important;
}

.enlacesPopHover{
  color: #FE290C;
}

.enlacesPopVisited{
  color: #006837 !important;
}

.globoAnimacion{
  background: url(../img/L_G05_U03_L03_03_01_GLOBOANIMACION.png) no-repeat;
  background-size: 100%;
    width: 250px;
  height: 192px;
}

.nexo{
  background: transparent;
   width: 150px;
  height: 80px;
  margin-top: -18px;
  position: absolute;
  left: 706px;
}

.oracion{
  background: transparent;
  width: 452px;
  height: 80px;
  margin-top: -9px;
}


.tipo{
  background: #96B6D2;
    width: 200px;
  height: 80px;
  margin-top: -18px;
  position: absolute;
  right: 50px;
}

.pagina{
  background:#DCF0FF;
  border-radius:10px;
  width:100%;
  height:636px;
  /*display: none;*/
}

.paginaActividad{
  width: 100%;
  height: 562px;
}

.personajeAnimacion{
  background: url(../img/L_G05_U03_L03_03_01_PERSONAJEANIMACION.png) no-repeat;
  background-size: 100%;
    width: 409px;
  height: 541px;
  position: absolute;
  top: 126px;
  left: 480px;
}

.popElementos{
  background: #FFF;
  width: 1200px;
  height: 550px;
  margin: 36px -33px;
  border: solid #0071BC 5px;
  border-radius: 10px;
}

.tituloPop{
     background: #F15A24;
  width: 300px;
  height: 80px;
  margin: 27px -47px;
  float: left;
}

.tituloPop:before{
  content: '';
  position: absolute;
    left: -76px;
  top: 147px;
  width: 0;
  height: 0;
  border-top: 26px solid #6E090C;
  border-left: 44px solid transparent;
}

.describe{
    background: #B4CBDA;
  width: 850px;
  height: 85px;
  border-radius: 10px;
  float: left;
  margin: 26px 68px;
}

.textoBoton{
  font-family:Myriad-Pro-Bold;
  font-size: 26pt;
  color: #FFF;
  text-align: center;
  margin-top: 9px;
}

.divRadio{
    clear: both;
  margin: -33px 68px;
  font-family: Myriad-Pro, sans-serif;
    font-size: 19pt;
  font-weight: 500;
  color: #000;
}

label {
  width: 350px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}

/* hide input */
input.radio:empty {
  margin-left: -3999px;
}

/* style label */
input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 1.5em;
  font-size: 33pt;
  background: #D1D3D4;
  border-radius: 5px 0 0 5px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
  content:'\2714';
  text-indent: .3em;
  color: #C2C2C2;
  font-size: 33pt;
  border-radius: 10px;
}

input.radio:hover:not(:checked) ~ label {
  color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
  content: '\2714';
  text-indent: 0.3em;
  font-size: 33pt;
  color: #814;
  background-color: #49AA65;
  border-radius: 10px;
}

input.radio:checked ~ label {
  color: #814;
}

/* radio focus */
input.radio:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.resplandorExterior
{
  animation-duration: 1s;
    animation-name: sombra;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: sombra;
  -webkit-animation-iteration-count: infinite;
  
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 30px #ffffff;
  box-shadow: 0px 0px 30px 13px #0040FF;
  padding: 0px 0px 0px 0px;
}

    @keyframes sombra{
      0% {box-shadow: 0px 0px 5px #4C0C01}
      50% {box-shadow: 0px 0px 40px #4C0C01}
      100% {box-shadow: 0px 0px 5px #4C0C01}
    }
    @-moz-keyframes sombra{
      0% {box-shadow: 0px 0px 5px #4C0C01}
      50% {box-shadow: 0px 0px 40px #4C0C01}
      100% {box-shadow: 0px 0px 5px #4C0C01}
    }
    @-webkit-keyframes sombra{
      0% {box-shadow: 0px 0px 5px #4C0C01}
      50% {box-shadow: 0px 0px 40px #4C0C01}
      100% {box-shadow: 0px 0px 5px #4C0C01}
    }