@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

 html {
            scroll-behavior: smooth;
        }
        
.mini{
	font-size: 0.7em !important;
}
.lista-movida {
  margin-left: 3em  !important; 
   
}

.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.3;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.contenido-central-index{
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.contenido-central-index img{
	width: 80%;
	margin: 0px;
	padding: 0px;	
}
.contenedor-temas{	
	height: 100px;
	width: 100%;
	position: absolute;
	top: 200px;
	}
	
.ver-temas {
	font-size: 2em;
	color: #FFF;
	background-color: #02838a;
	height: auto;
	width: 230px;
	cursor: pointer;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 800;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: -14px 10px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -14px 10px 7px 0px rgba(0,0,0,0.2);
	box-shadow: -14px 10px 7px 0px rgba(0,0,0,0.2);
}

.ver-temas:hover {
	background-color: #82b479;
	color: #FFF;
}

.pequeno {
	font-size: 0.7em;
	color: #FFF;
	font-weight: lighter;
	font-family: 'Quicksand', sans-serif;
}

.bar1 {
  width: 15px;
  height: 4px;
  background-color: #ffffff;
  margin: 0px 0;
   transform: translate(0, 20px) rotate(-40deg);
  transition: 0.4s;
  float: right;
}

.bar2  {
  width: 15px;
  height: 4px;
  background-color: #ffffff;
  margin: 0px 0;
  transition: 0.4s;
   transform: translate(6px, 20px) rotate(40deg);
   float: right;
}


.change .bar1 {
  transform: translate(-4px, 10px) rotate(49deg);
}

.change .bar2 {
transform: translate(11px, 10px) rotate(-50deg);
}



.sidenav {
height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #02838af2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
    text-align: center;
}

.sidenav a {
    text-decoration: none;
    font-size: 3em;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
    font-weight: 900;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}
.sidenav a:hover{
	color: #fafdf491;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 4em;
  margin-left: 50px;
}



/*menu principal*/

.sidenav2 {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
	background-color: rgb(255 255 255 / 69%);
	overflow-x: hidden;
	font-weight: bolder;
	padding: 10px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-webkit-box-shadow: 10px 18px 5px 1px rgba(0,0,0,0.14);
-moz-box-shadow: 10px 18px 5px 1px rgba(0,0,0,0.14);
box-shadow: 10px 18px 5px 1px rgba(0,0,0,0.14);
	
}
.sidenav2 ol{
	margin-left: 5px;
	overflow: hidden;
	/*text-overflow: ellipsis;
    white-space: nowrap;*/
	
}

/* Style the sidenav links and the dropdown button */
.sidenav2 a, .dropdown-btn {
	text-decoration: none;
    font-size: 1.5em;
    color: #ffffff;
    display: block;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-bottom-color: #ffffff69;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-weight: 900;
   /* letter-spacing: -0.02em;*/
}
/* On mouse-over */
.sidenav2 a:hover, .dropdown-btn:hover {
  color: #ffffff9c;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
	background-color: rgb(1 1 1 / 32%);
	color: #fafdf4;	
	font-weight: 900;
}

a.activo {

	display: block;
	background-color: #02838a;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	background-color: rgb(12 12 12 / 14%);
	padding-left: 8px;
	font-size: 0.9em;	
	z-index: 100;
	top: 0px;
}

.dropdown-container  h4{
	text-align: left;
		text-decoration: none;
    font-size: 1.3em;
    color: #ffffff;
    display: block;
    background: none;
    width: 100%;
    text-align: left;
  /*  cursor: pointer;*/
    outline: none;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-bottom-color: #ffffff69;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight: 900;
	    font-family: 'Quicksand', sans-serif;
}

/* Optional: Style the caret down icon */
.fa-chevron-down {
	float: right;
	padding-right: 8px;
	display: none;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*VIDEO*/

/*.contendor-texto-video{	
	position: fixed;	
	right: 0px;
	width: 50%;
	height: auto;
}*/

.contendor-texto-video{
	position: absolute;
	right: 0px;
	width: 50%;
	height: auto;
}

#cuadroVideo {
	width: 90%;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	height: auto;
	float: right;
	z-index: 1;
	border-radius: 20px 0px 0px 20px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFF;
}

.espacio2{
	margin-left: 20px;
}


.cerrar {
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	background-color: #F00;
	position: absolute;
	border-radius: 50%;
	top: -20px;
	right: -5px;
	z-index: 10;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	
.cerrar:hover {
	background-color: #ffc100;
	color: #FFF;
}
.color-azul-superior{
	background-color: #1e4167;
	color: #FFF;
	float: left;
	height: 200px;
	width: 33.333%;
	padding-top: 20px;
	padding-bottom: 20px;
}
		

.color-naranja-superior{
	background-color: #e37721;	
	color: #FFF;
	float: left;
	height: 200px;
	width: 33.333%;
	padding-top: 20px;
	padding-bottom: 20px;
}


.color-rojo-superior{
	background-color: #c03929;	
	color: #FFF;
	float: left;
	height: 200px;
	width: 33.333%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.color-verde-superior{
	background-color: #29843a;	
	color: #FFF;
	float: left;
	height: 200px;
	width: 33.333%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.color-amarillo-superior{
	background-color: #9f9a0c;
	color: #FFF;
	float: left;
	height: 200px;
	width: 33.333%;
	padding-top: 20px;
	padding-bottom: 20px;
}


.color-morado-superior{
	background-color: #64226e;	
	color: #FFF;
	float: left;
	height: 200px;
	width: 33.333%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.color-negro-superior{
	background-color: #444444;	
	color: #FFF;
height: 150px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}


.color-azul2-superior{
	background-color: #03696f;
	color: #FFF;
height: 150px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.color-azul2-superior:hover
{
	cursor: pointer;
	background-color: #08585c;
	
	
}	
	
	
	
	
	
.color-azul{
	background-color: #1e4167;
	color: #FFF;
	
}
		

.color-naranja{
	background-color: #e37721;	
	color: #FFF;
}


.color-rojo{
	background-color: #c03929;	
	color: #FFF;
}

.color-verde{
	background-color: #29843a;	
	color: #FFF;
}

.color-amarillo{
	background-color: #9f9a0c;
	color: #FFF;
}


.color-morado{
	background-color: #64226e;	
	color: #FFF;
}

.color-negro{
	background-color: #444444;	
	color: #FFF;
}



.color-azul2{
	background-color: #03696f;
	color: #FFF;
}

.color-azul2:hover
{
	cursor: pointer;
	background-color: #08585c;
}
@media screen and (max-width: 1220px) {

.bar1 {
	display: none; 
}

.bar2  {
 display: none; 
}

.fa-chevron-down {
	float: right;
	padding-right: 8px;

	display: inherit;
}
.pequeno {
	font-size: 0.6em;
	line-height: 1px;	
}
}

@media screen and (max-width: 360px) {


.contendor-texto-video{
	
	position: relative;
	clip: rect(auto,auto,auto,auto);
	right: 0px;
	width: 100%;
	height: auto;
}
.color-azul-superior{	
	height: 150px;

}
		

.color-naranja-superior{
	height: 150px;
}


.color-rojo-superior{
		height: 150px;
}

.color-verde-superior{
	height: 150px;
}

.color-amarillo-superior{
		height: 150px;
}


.color-morado-superior{
		height: 150px;
}

.color-negro-superior{
	height: 100px;
}


.color-azul2-superior{
	height: 100px;
}


.color-azul2-superior:hover
{
	cursor: pointer;
	background-color: #08585c;
	
	
}	
	

.color-azul{
	background-color: #1e4167;
	color: #FFF;
}
.ver-temas {
	font-size: 2em;
	color: #FFF;
	background-color: #02838a;
	height: auto;
	width: 100%;
	cursor: pointer;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
	border-radius: 0px;
	position: relative;
	top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.sidenav a {
    text-decoration: none;
        font-size: 1.5em;
        color: #FFFFFF;
        display: block;
        transition: 0.3s;
        font-weight: 900;
        padding-top: 30px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
        line-height: 15px;
}

.sidenav2 a, .dropdown-btn {

	font-size: 1em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.sidenav2 {
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 0px;
	font-weight: bolder;
	-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;
-webkit-box-shadow: 10px 18px 5px 1px rgba(0,0,0,0.14);
-moz-box-shadow: 10px 18px 5px 1px rgba(0,0,0,0.14);
box-shadow: 10px 18px 5px 1px rgba(0,0,0,0.14);
}


.dropdown-container {
	display: none;	
	padding-left: 8px;
	font-size:1em;
}

#cuadroVideo {
	border-radius: 0px;
	width: 100%;
}
	
	}