/* these are not necessary */

html {
    background-color:#eee;
    font-family: 'Teko', sans-serif;
}

#titulo{
    width: 420px;
    height: 420px;
    padding: 2rem;
    background-color: #ffe501;
    z-index: 100;
    position: absolute;
    top: 230px;
    display: flex;
    border-radius: 50%;
    left: 64%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-ms{
    margin-bottom: 100px;
}

.pflex-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #666;
    font-size: 1.2rem;
}


.pflex-menu img{
    margin-left: 10px;
}

.convenciones{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 55%;
    justify-content: flex-end;
    z-index: 1000;
    padding: 4rem 4rem 4rem 9rem;
    box-sizing: border-box;
    background-color: rgba(230, 227, 227, 0.97);
    transition: all .3s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    overflow-y: scroll;
}

.slide-acd .content{
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

.slide-acd .content.active{
    height: auto!important;
}

#close-conv{
width: 30px;
    height: 30px;
    background-color: #ffe501;
    color: #333;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 10000;
    border-radius: 50%;

}

#menu-toggle.desactive-menu{
    pointer-events: none;
    opacity: .5;
}

.convenciones-close{
    transform: translateX(-100%);
}

.convenciones h3{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
        font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.convenciones h3:after{
content: '+';
    position: absolute;
    right: 10px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    text-align: center;
}

.convenciones h3.active:after{
    content: '-';
}

.item-conven{
    display: flex;
    font-size: 14px;
    padding: 5px;
}

.color{
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
}

.icon{
   margin-right: 10px;
}

#flechas{
    position: absolute;
    top: 92px;
    left: 83px;
}

#titulo h1{
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 2.7rem;
    font-weight: 400;
    text-align: center;
    color: #333;
}

#titulo #next{
    background-color: transparent;
    width: auto;
    position: relative;
    font-family: roboto;
    border: none;
    color: #333;
    border-top: 1px dashed #333;
    padding-top: 21px;
    border-radius: 0;
    font-weight: bold;
    font-size: .9rem;
    letter-spacing: 3px;
    transition: ease-in-out .2s;
}

#titulo #next:hover{
    letter-spacing: 5px;
}

#titulo #play{
    font-size: .9rem;
    font-family: roboto;
    font-weight: 100;
    cursor: pointer;
    transition: ease-in-out .2s;
    margin-bottom: 1rem;
    font-weight: bold;
}

/*#titulo #play:hover:before{
    content: " ";
    width: 500px;
    display: block;
    position: absolute;
    height: 500px;
    top: -10px;
    left: -10px;
    border: 3px dashed #ffe503;
    border-radius: 50%;
    -webkit-animation: rotacion 100s infinite;
    -moz-animation: rotacion 100s infinite;
    -o-animation: rotacion 100s infinite;
    animation: rotacion 100s infinite;
}*/

#item00.selectedZoomTarget, #item00.item-active{
    background-image: url(img/la-raiz.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffe503;
}

#cover-ini{
    display: none;
/*    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5803921568627451);
    z-index: 80;*/
}

.zoomTarget span{
    display: inline;
        margin-left: 1px;
}

.loop-1{
    z-index: 81;
}


#prev, #next {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fd6363;
    border-radius: 50%;
    color: white;
    z-index: 10;
    font-size: 20px;
    line-height: 9px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    cursor: pointer;
}

#prev:hover,#next:hover {
	background-color:#ba9;
	border: 1px solid #999;
}

#navigation {
    width: 90%;
    position: fixed;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    z-index: 10000;
    bottom: -100px;
    left: 5%;
    transition: ease-in-out .4s;
}

#navigation.active{
    bottom: 0;
}

#prev {
    left:0px;
}

#next {
	right:0px;
}

.zoomContainer {
	margin:0;
    padding:0;
    width: 1440px;
    height: 1024px;
    position:relative;
}

.zoomViewport {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1024px;
    border: none;
    background-color: white;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.zoomTarget{
  color: #333;
  font-size: 10px;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, sans-serif;
}

h3 {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	display:block;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	color:#444;
}

div {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.amarillo{
background-color: #ffe503!important;
border: 1px solid #ffe503;
color: #666!important;
}

.destacado.item-active:before{
    border: none;
}

.destacado#item97, .destacado#item98, .destacado#item88, .destacado#item105, .destacado#item107{
    width: 35px;
    height: 35px;
}

.destacado#item105{
    width: 28px;
    height: 28px;
}

.destacado#item106{
    width: 40px;
    height: 40px;
}

.destacado#item100{
    background-color: transparent;
    border: none;
    color: #616161;
    width: 100px;
    height: 20px;
}

.medium.amarillo:hover:before, .item-active.medium.amarillo:before{
border-color: #ffe503!important;
}

.naranja{
 background-color: #FF9800!important;
border: 1px solid #FF9800;
}

.medium.naranja:hover:before, .item-active.medium.naranja:before{
border-color: #FF9800!important;
}

.rosa{
 background-color: #E91E63!important;
border: 1px solid #E91E63;
}

.medium.rosa:hover:before, .item-active.medium.rosa:before{
border-color: #E91E63!important;
}

.gris{
 background-color: #1866C4!important;
border: 1px solid #1866C4;
}

.medium.gris:hover:before, .item-active.medium.gris:before{
border-color: #cccccc!important;
}

.azul{
    background-color: #03A9F4!important;
    border: 1px solid #03A9F4;
}

.medium.azul:hover:before, .item-active.medium.azul:before{
border-color: #03A9F4!important;
}

.mora{
   background-color: #9C27B0!important;
   border: 1px solid #9C27B0;
}

.item-active.opacity{
    opacity: 1!important;
}

.medium.mora:hover:before, .item-active.medium.mora:before{
border-color: #9C27B0!important;
}

.verde{
   background-color: #80d024!important;
   border: 1px solid #80d024;
}

.medium.verde:hover:before, .item-active.medium.verde:before{
border-color: #80d024!important;
}

.ama-lineal{
border: 2px solid #ffe503;

}


.big {
    position: absolute;;
    width: 90px;
    height: 90px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Teko', sans-serif;
    border-radius: 50%;
    color: #333;
    font-size: .6rem;
        line-height: .7rem;
        transition: ease-in-out .3;
}

.big .more{
    width: 20px!important;
    height: 20px!important;
    border: none!important;
    background-color: #6b6b6b!important;
    line-height: 20px!important;
        right: -5px!important;
    top: 65%!important;
    font-size: 11px!important;
}

.cuadro{
   width: 6px;
   height: 6px;
   background-color: #333;
   transform: rotate(45deg);
   border-radius: 0;
   font-size: .2rem;
}

.cuadro{
   width: 6px;
   height: 6px;
   background-color: #666;
   transform: rotate(45deg);
   border-radius: 50%;
   font-size: 0rem;
}

.cuadro.selectedZoomTarget{
    color: #fff;
    font-size: .2rem;
}

.cuadro .more{
    display: none;
}


.medium {
    position: absolute;;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: .3rem;
    line-height: .33rem;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

.medium.selectedZoomTarget:hover:before{
    display: none;
}

@keyframes rotacion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(20000deg);
  }
}

.medium:hover:before, .item-active:before {
    content: " ";
    border: 2px dashed #f00;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    -webkit-animation: rotacion 100s infinite; /* Safari 4+ */
  -moz-animation: rotacion 100s infinite; /* Fx 5+ */
  -o-animation: rotacion 100s infinite; /* Opera 12+ */
  animation: rotacion 100s infinite;
}

.item-active:before {
    content: " ";
    border: 2px dashed #f00;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    -webkit-animation: rotacion 1000s infinite; /* Safari 4+ */
  -moz-animation: rotacion 1000s infinite; /* Fx 5+ */
  -o-animation: rotacion 1000s infinite; /* Opera 12+ */
  animation: rotacion 1000s infinite;
}

#item00.item-active:before{
    display: none;
}

.medium .more{
    width: 5px!important;
    height: 5px!important;
    background-color: #999!important;
    color: #333;
    font-size: .3rem!important;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    border-radius: 50%;
    border: none;
    text-align: center!important;
    line-height: 4px!important;
    transition: all .1s;
    display: none;
}

.medium .more:hover{
  transform: scale(1.2, 1.2);

}

/*#item2 {
    background-color: #fd6363;
    position: absolute;
    bottom: 40px;
    right: 70px;
    width: 180px;
    height: 180px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e55353;
    border-radius: 50%;
    font-size: .8rem;
    color: #fff;
}



#item3 {
    background-color: #fd6363;
    position: absolute;
    top: 0px;
    right: 100px;
    width: 200px;
    height: 200px;
    padding: 20px;
        flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d84a4b;
    border-radius: 50%;
    font-size: .8rem;
    color: #fff;
    -webkit-transform: rotate(10deg) translate(0px,0px);
    -moz-transform: rotate(10deg) translate(0px,0px);
    -o-transform: rotate(10deg) translate(0px,0px);
}

#item3b {
	background-color:#cff;
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	height:230px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
	border:1px solid cyan;
  border-radius: 50%;
	-webkit-transform: rotate(10deg) translate(200px,200px);
	-moz-transform: rotate(10deg) translate(200px,200px);
	-o-transform: rotate(10deg) translate(200px,200px);
}

#item2b {
	background-color:#99f;
	position:absolute;
	bottom:80px;
	right:80px;
	width:100px;
	height:100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
	border:1px solid blue;
}

#item4 {
    background-color: #fd6363;
    position: absolute;
    bottom: 100px;
    left: 200px;
    width: 150px;
    height: 150px;
    padding: 20px;
    color: #fff;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d94647;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}*/

.opacity{
  opacity: 0.5;
  pointer-events: none;
}

.button-ini{
    border: 1px solid #3e3d36;
    display: inline-block;
    padding: 10px;
    margin-right: 15px;
    color: #3e3d36;
    transition: all .3s;
    cursor: pointer;
}

.button-ini:hover{
    background-color: #e6d95f;
}

.fle1{
    position: absolute;
    bottom: -23px;
    transform: rotate(45deg);
}

.fle2 {
    position: absolute;
    bottom: 4px;
    left: -7px;
    transform: rotate(-201deg);
}

.fle3{
    position: absolute;
    bottom: -43px;
    transform: rotate(-73deg);
    right: -186px;
}

.play{
      margin-top: 10px;
    opacity: .4;
    transition: all .2s;
}

.play:hover{
  opacity: .8;
}

.sound{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000d6;
    z-index: 50000;
    display: none;
    top: 0;
    left: 0;
}

.opacity-loop{
    opacity: .2!important;
}

.close{
    position: absolute;
    top: 12px;
    right: 17px;
    font-size: 23px;
    background: #ffe501;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333;
    text-align: center;
    font-family: 'Amatic SC', cursive;
}

.item-zoom.selectedZoomTarget span, .item-active span{
    font-weight: bold;
}

.container{
    width: 1440px;
    height: 1024px;
    margin: auto;
    position: relative;
}

.dblock{
  display: flex;
}

#myAudio, #myAudio1, #myAudio2, #myAudio3, #myAudio4, #myAudio5{
    opacity: 0;
}

#navigation #prev, #navigation #next {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #ffe501;
    border-radius: 50%;
    color: #6b6b6b;
    z-index: 10;
    font-size: 40px;
    line-height: 43px;
    text-align: center;
    /* font-family: Helvetica, sans-serif; */
    cursor: pointer;
    font-family: 'Amatic SC', cursive;
}

.slide5 .content.active{
    padding-bottom: 5rem;
}

#menu-superior{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgb(251, 236, 103);
    width: 350px;
    text-align: right;
    padding-right: 3rem;
    height: 100vh;
    padding-top: 4rem;
    transition: all .3s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    overflow-y: scroll;
}

#menu-toggle{
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    text-transform: uppercase;
}

#menu-superior a{
    margin: 1.5rem 1rem;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.2rem;
    transition: all .3s;
}

#menu-toggle img{
    margin-left: 10px;
}

#menu-superior a:hover{
        background-color: #e6d95f;
    padding-right: 4px;
}

#logo{
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    z-index: 1000;
}

#btn-refresh{
    position: fixed;
    top: 40px;
    right: 177px;
    z-index: 10000;
}

.top-convenciones{
    margin-left: 4rem;
    padding-left: 4rem;
    border-left: 1px dotted #ccc;
    flex-basis: 60%;
    box-sizing: border-box;
}

.top-convenciones p{

    font-family: roboto;
    font-size: .8rem;
    color: #666;
}

.top-convenciones h3{
    font-size: 1rem;
}

.lista-conv{
  font-family: roboto;
    font-size: .9rem;
    line-height: 1.2rem;
    color: #666;
    flex-basis: 40%;
    box-sizing: border-box;
}

.d-flex{
    display: flex;
}

.d-flex img{
    margin-right: 10px;
}
.text-center{
    text-align: center;
}

.separador{
    border-top: 1px dotted #ccc;
    margin: 1rem 0;
}

.menu-close{
    transform: translateX(100%);
}

.destacado{
    z-index: 84;
    border: none;
    color: #616161;
    background-color: transparent;
    width: 45px;
    height: 45px;
    font-size: .5rem;
    line-height: .6rem;
    text-transform: uppercase;
}

.destacado:hover:before{
    display: none;
}

.destacado > div {
    z-index: 2;
}

#item85, #item89, #item90, #item91, #item104{
    background-color: #616161;
    border: 2px solid #616161;
    color: #fff;
        text-transform: uppercase;

}

#item109{
    width: 80px;
}

#item85.selectedZoomTarget{
    background-image: url(img/agendadeseguridadvsdesarrollorural.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffe503;
}

#item91.selectedZoomTarget{
    background-image: url(img/cocentracion.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffe503;
}

.medium-v{
    width: 20px;
    height: 20px;
    position: absolute;

}

.c-flex{
        width: 83%;
}

.medium-v .more{
    display: none;
}

#item91.selectedZoomTarget:after, #item90.selectedZoomTarget:after, #item104.selectedZoomTarget::after, #item89.selectedZoomTarget:after {
     content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.47);
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 50%;
    display: block!important;
}

/*#item88.selectedZoomTarget{
    background-image: url(img/ciudadaniaactiva-miedo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffe503;
}*/

#item89.selectedZoomTarget{
    background-image: url(img/estabilidadeconomica-d.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffe503;
}


#item90.selectedZoomTarget{
    background-image: url(img/reformasendesarrollo-desentralizacion2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    color: #ffe503;
}

#item104.selectedZoomTarget{
    background-image: url(img/miedo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffe503;
}

.menu-t{
    font-size: .8rem;
    font-weight: bold;
    border: 1px solid #333;
    padding: .5rem;
    cursor: pointer;
}

.zoomViewport.noScroll{
    overflow: scroll!important;
}

.btn-ir{
    border: 1px solid #333;
    font-size: .9rem!important;
    display: block!important;
    padding: 5px 10px;
    margin-bottom: 10px!important;
}

.play-icon{
    display: inline-flex!important;
    align-items: center;
    border: 1px solid #333;
    font-size: .9rem!important;
    padding: 5px 10px;
}

.play-icon img{
    margin-left: 10px;
}
