*{
    font-family: Helvetica;
    font-size: 16px;
    padding: 0;
    margin: 0;
    outline: medium none;
    list-style: outside none none;
}

a:hover{text-decoration:none;}


a{text-decoration:none;}

#slide0, #slide4, #slide5{
    background-color: white;
}
#slide1, #slide2{
    background-color: #7BB708;
}

.init{
    min-height: 100vh;
	background-color: #538B40;
}

.cnt-preload{
    position: relative;
}

.txt-precarga{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
}

.txt-precarga span{
    color: #FEDE3B;
    font-size: 2rem;
    font-weight: bold;
	background-color: white;
	border-radius: 50px;
	width: 20vh;
	height: 20vh;
	padding: 2%;
}

.txt-precarga, .cnt-preload{
    text-align: center;
}

.contenido {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
}

.contenido .slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

/* GENERAL 0*/

.color1{
    background: #a91f6b;
}

/*Emergente*/

.emer-show {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: show;
}

@keyframes show{
    0% {opacity: 0; transform: scale(0,0);}
    100%{opacity: 1; transform: scale(1,1);}
}

@-webkit-keyframes show{
    0% {opacity: 0; -webkit-transform: scale(0,0);}
    100%{opacity: 1; -webkit-transform: scale(1,1);}
}

.emer-hide{
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: hide;

    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: hide;
}

@keyframes hide{
    100% {opacity: 0; transform: scale(0,0);}
    0%{opacity: 1; transform: scale(1,1);}
}
@-webkit-keyframes hide{
    0%{opacity: 1; -webkit-transform: scale(1,1);}
    100% {opacity: 0; -webkit-transform: scale(0,0);}
}

.emer-container-full {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10001;
}

.emer-cc {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.emer-container-load {
    background: url(../img/emergente.svg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    bottom: 0;
    height: 600px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
    border: 1px dotted white;
    color: white;
	display: flex;
}

.emer-close {
    background-image: url('../img/close.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.emer-btn{
    cursor: pointer;
}

.emer-ele{
    display: none;
	width: 100vw;
}

.modale{
	width: 80%;
    color: #1E8B2E;
    margin: auto;
    font-size: 2rem;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
	height: 100%;
}

.modale h1{
    color: #1E8B2E;
    font-size: 2rem;
	margin: 1.5rem 0%;
	font-family:'Conv_Comfortaa-Regular',Sans-Serif;
	width: 90vh;
}

.modale p{
    color: #1E8B2E;
    font-size: 1.2rem;
	font-family:'Conv_Comfortaa-Regular',Sans-Serif;
}

.modale strong {
    font-family: 'Conv_Comfortaa-Regular',Sans-Serif;
	font-size: inherit;
	font-weight: 900;
}

.tema{
	padding: 10px 20px;
	border: 1px solid white;
	width: auto;
	margin: 20px auto;
	font-size: 30px;
	color: white;
 }

.btn-salto{
	width: 70px;
	height: 70px;
	background-image: url('../img/next.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 5px;
	top: 50vh;
	cursor: pointer;
	/*display: none;*/
}
.btn-saltoL{
	width: 70px;
	height: 70px;
	background-image: url('../img/prev.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 50vh;
	cursor: pointer;
	/*display: none;*/
}
.R_menu{
	flex-direction: row;
    justify-content: center;
    display: flex;
    align-items: baseline;
	height: 80px;
}
.MR_btn{
	width: 200px;
    text-align: center;
    margin: auto 5px;
	background-color: #FFFFFF;
	color: #278B1F;
	transition: all 1s;
	border-radius: 0 0 15px 15px;
	padding: 20px 1%;
	cursor: pointer;
	font-family: 'Conv_Capsuula';
	font-size: 2rem;
}
.MR_btn:hover{
	background-color: #278B1F;
	color: #FFFFFF;
	transition: all 1s;
}
.active{
	background-color: #278B1F;
	color: #FFFFFF;
	transition: all 1s;
}
.R_definicion{
	width: 70%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	padding-right: 10vh;
}
.R_contexto{
	width: 80%;
    height: 80vh;
    align-items: center;
    justify-content: center;
    margin: auto;
	display: flex;
}
.R_definicion p{
	font-family: 'Conv_Capsuula';
	color: white;
	font-size: 1.5rem;
}
.R_contexto p{
	font-family: 'Conv_Capsuula';
	color: white;
	font-size: 1.5rem;
	flex-direction: column;
}
.R_contexto strong, .R_definicion strong{
	font-family: 'Conv_Capsuula';
	color: white;
	font-size: 1.8rem;
}
.incorrecta, .correcta{
	cursor: pointer;
	font-family: 'Conv_Capsuula';
	font-size: 1.5rem;
}
.cnt-con{
	font-family: 'Conv_Capsuula';
	font-size: 1.5rem;
}
.cnt-con p{
	font-family: 'Conv_Capsuula';
	font-size: 1.5rem;
	color: white;
}
.cnt-con strong{
	font-family: 'Conv_Capsuula';
	font-size: 1.5rem;
	color: white;
}
.container-menu p{
	font-family: 'Conv_Capsuula';
	font-size: 1.5rem;
	color: white;
}
.cont_menu{
	position: fixed;
    top: 0;
    right: 2vw;
    width: 25vh;
    line-height: 1;
    height: auto;
    max-height: 70vh;
}
.menu{
	position: fixed;
    top: 0;
    right: 0;
    width: 10vh;
    height: 2vh;
    background-color: #1E8B2E;
    border-radius: 0px 0px 15px 15px;
    margin: auto;
    text-align: center;
    cursor: pointer;
    padding: 1%;
    font-family: 'Conv_Capsuula';
    color: white;
    line-height: 1;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.5);
    transition: all 1s;
    left: 0;
	font-size: 3vh;
	display: none;
}
.menu:hover{
	/*-webkit-box-shadow: 1px 1px 5px 5px rgba(0,0,0,0);
	box-shadow: 1px 1px 5px 5px rgba(0,0,0,0);*/
	background-color: #FEDE3B;
	transition: all .5s;
	color: #1E8B2E;
}
.menu:active{
	-webkit-box-shadow: 1px 1px 5px 5px rgba(0,0,0,0);
	box-shadow: 1px 1px 5px 5px rgba(0,0,0,0);
	transition: all .2s;

}
.contenido_menu{
	text-align: left;
    color: white;
    font-family: 'Conv_Capsuula';
    background-color: rgba(123,183,8,0.80);
    cursor: pointer;
    display: none;
    border-radius: 15px;
    width: 50vw;
    margin: auto;
    right: 0;
    left: 0;
    position: fixed;
    top: 10vh;
	padding: 5vh;
}
.saltos{
	font-family: 'Conv_Capsuula';
	font-size: 4vh;
	width: 100%;
}
.saltos:hover{
	color: #1E8B2E;
}
.saltos.active{
	color: #F7E277;
	background: transparent;
	transition: all 1s;
}
.mapas{
	height: 100vh;
    position: relative;
    width: 100vh;
    margin: auto;
	cursor: url(../img/cursor.png), pointer;
}

.gris{
	filter: grayscale(100%);
}
/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
	cursor: url(../img/cursor.png), pointer;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

.s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.contenedor_afterbefore{
	position: relative;
    margin: auto;
    text-align: center;
    width: auto;
    min-width: 100%;
}


/* ********** ACTIVIDAD ************** */

.scale_activitie .modale {
    width: 80%;
    color: #1E8B2E;
    margin: auto;
    font-size: 2rem;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
}

.activitie{
	display: flex;
    justify-content: center;
    height: 100%;
    width: 80%;
    flex-direction: column;
    margin: auto;
}

.activitie h5{
	text-align: center;
    margin: .5rem 0;
	color: #008136;
    font-family: 'Conv_Comfortaa-Regular',sans-serif;
	font-size: 1.5rem;
}

.activitie p {
    font-weight: bold;
    color: #008136;
    font-family: 'Conv_Comfortaa-Regular',sans-serif;
}

.activitie ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	list-style: outside none none;
	position: relative;
	right: 0;
	margin: 2rem 0rem;
}

.activitie ul li {
	width: 90%;
    height: auto;
    border: 1px solid #7EA835;
    text-align: left;
    margin: 5px 5px;
    cursor: pointer;
    font-weight: bold;
    transition: .2s all;
    line-height: 1;
    padding: 1rem;
    font-size: 1.2rem;
	font-family: 'Conv_Comfortaa-Regular',sans-serif;
	color: #7EA835;
}

@media only screen and (max-width: 767px) {
  .activitie ul {
    padding: 0;
  }
  .activitie ul li {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activitie ul li {
    width: 30px;
    height: 30px;
  }
}

.activitie ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.activitie .active-btn {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #FEDE3B;
}

.instruction-dd {
  font-family: DinRound;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1rem;
}

.activitie-dd {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  align-items: center;
}

.activitie-dd table tr {
  padding: 20px 0;
}

.activitie-dd table tr td {
  width: 320px;
}

@media only screen and (max-width: 767px) {
  .activitie-dd table tr td {
    width: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activitie-dd table tr td {
    width: 120px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .activitie-dd table tr td {
    width: 200px;
  }
}

.activitie-dd table tr .td-img {
  vertical-align: center;
  height: 140px;
}

@media only screen and (max-width: 767px) {
  .activitie-dd table tr .td-img {
    height: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activitie-dd table tr .td-img {
    height: 100px;
  }
}

.activitie-dd table tr .td-img img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.activitie-dd table tr .td-txt {
  background-color: rgba(255, 255, 255, 0.5);
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .activitie-dd table tr .td-txt {
    height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activitie-dd table tr .td-txt {
    height: 40px;
  }
}

.activitie-dd .content-drag div {
  background-color: #fff;
  width: 310px;
  height: 70px;
  color: #ED2F24;
  margin: 10px 0;
  padding: 0 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .activitie-dd .content-drag div {
    width: 120px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activitie-dd .content-drag div {
    width: 120px;
    height: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .activitie-dd .content-drag div {
    width: 200px;
  }
}

.activitie-dd .content-drag div p {
  font-family: DinRound;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1rem;
}

#popBienAct1 {
  background-color: #319D64;
}

#popMalAct1 {
  background-color: #E13024;
}

.pop-result {
  position: fixed;
  z-index: 90000;
  width: 100vh;
  min-height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 10px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .pop-result {
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pop-result {
    width: 80%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pop-result {
    width: 70%;
  }
}

.pop-result > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}

.pop-result > div img {
  height: 70vh;
  margin: 0 10px;
}

.pop-result > img {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20vh;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .scale_activitie {
    transform: scale(0.75);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .scale_activitie {
    transform: scale(0.75);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .scale_activitie {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .scale_activitie {
    transform: scale(0.85);
  }
}

@media screen and (min-width: 1400px) {
  .scale_activitie {
    transform: scale(0.9);
  }
}

.btn-nav{
	position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    background-color: #00803E;
    line-height: 1;
    text-align: center;
    color: #9DC44D;
    cursor: pointer;
    border-radius: 10px;
    display: none;
    font-weight: 900;
    font-size: 2.5em;
}

.next{
	right: 0px;
}
.back{
	left: 0px;        
}
.pag{
	display: none;
}
.pag p{
	font-size: 1.5rem;
}
.actividad{
	
}



/***********SLIDER********/

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div.slider { overflow: hidden; height: 30vh; }
div.slider figure img { width: 20%; float: left; }
div.slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

/***********ACORDION********/
.accordion {
    background-color: #1E8B2E;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    transition: 0.4s;
    font-size: 1.5rem;
    border-radius: 40px;
	font-family: 'Conv_Capsuula';
}

.active, .accordion:hover {
    background-color: white; 
	color: #1E8B2E;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #7BB708;
    overflow: hidden;
	font-family: 'Conv_Capsuula';
	border-radius: 40px 0px;
	font-size: 1.3rem;
}

.panel strong{
	font-size: 2rem;
	color: #1E8B2E;
	font-weight: bold;
	padding: 1% 2%;
	line-height: .5;
}

.dere{
	width: 40vw;
    margin-top: 2vh;
}
.izqu{
	width: 10vw;
    text-align: center;
}
.reset {
    width: 200px;
    height: 50px;
    background-color: red;
    line-height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin: 5px auto;
}
.view {
    width: 200px;
    height: 50px;
    background-color: red;
    line-height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    margin: auto;
}