/*----FUENTES---*/
@import url("../fonts/roboto/font_roboto.css");
/*----IR ARRIBA----*/
.ir-arriba {
	display:none;
	padding:20px;
	background:var(--fiusha);
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
    background-image: url(../imagenes/flecha.png);
    background-position: center;
    background-repeat: no-repeat;
}
/*----RESET CSS---*/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
hr {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 25px;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: solid 10px #d41c8b;
}
ul {
	list-style: none
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:root {
    --font-size: 1;
}
body {
    font-family: 'Roboto';
    font-weight:400;
    color:#000;
    margin:0px auto;
    font-size: calc(var(--font-size) * 1em);
	background-color:#fff;
}
.clear {
	clear: both;
}
html, body{
    height: 100%;
    min-height: 100%;
    position: relative;
}
a {
	text-decoration:none;
	color:#d5137f;
}
p {
	display:block;
    margin-bottom: 1em;
    line-height: 1.3em;
}
:root {
	--prep-color: #34344e;
}
:root {
	--fiusha: #d5137f;
}
:root {
    --rosa-claro: #f05097;
}
/*---FINAL RESET CSS---*/

/*---HEADER--*/
header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    width: 100%;
    min-height: 100px;
    padding: 25px;
    background-color: var(--prep-color);
    color: #fff;
    font-weight: 100!important;
}
header h1 {
    display: block;
    float: left;
    align-self: flex-start;
    width: 70%;
    font-weight: 400;
    font-size: 1.5em;
}
header .content_logos {
    display: flex;
    width: 30%;
    align-self: flex-end;
}
header .content_logos img{
    display: block;
    width: auto;
    height: 40px;
    margin: 0px 15px;
}
/*---NAVY PRINCIPAL---*/
#btn-menu {
    display: none;
}

label.navy-left-label {
    display: none;
}
nav#prime {
	display:block;
	width: 100%;
  	margin:0px auto;
  	position:relative;
    background-color:var(--prep-color);
}
nav#prime ul{
  	display:flex;
  	max-width:1280px;
    justify-content:space-between;
    align-items: center;
  	text-align:center;
    margin: 0px auto;
    position: relative;
}
nav#prime ul li {
  	margin-top:0px;
    padding: 10px 20px;
  	text-align:center;
	list-style:none;
  	color: #fff;
    cursor: pointer;
}

nav#prime ul li a{
  	display: flex;
  	justify-content: center;
  	align-items: center;
	width:100%;
  	color:#fff;
	font-weight:300;
}
nav#prime ul li:hover {
    background-color: var(--fiusha);
}
nav#prime ul ul{
    display: none;
	position:absolute;
	height:auto;
	top:40px;
	width:100%;
	left:0px;
	background-color:#fff;
  	background-image:none;
	height:auto;
  	z-index: 50;
    box-shadow: 0px 2px 8px  rgba(0,0,0,0.1);
}
nav#prime ul ul li {
	float:left;
	height:auto;
	color:#FFF;
  	margin: 0px;
  	padding:0px;
  	background-color:transparent;
}
nav#prime ul ul li:hover {
	background-color:transparent;
}
nav#prime ul ul li a{
	font-weight:300;
    width: auto;
  	margin: 0px auto;
  	padding:20px;
    background-color:transparent;
    color: black;
    
}
nav#prime ul li.ir_prep {
    margin-top:0px;
    padding: 10px 20px 10px 50px;
    text-align:center;
    list-style:none;
    color: #fff;
    cursor: pointer;
    background-color: var(--fiusha);
    background-image: url(../imagenes/link_externo.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px auto;
}
nav#prime ul ul li a:hover{
	border-bottom: solid 5px var(--fiusha);
}
/*--FINAL NAVY PRINCIPAL--*/

/*------INAVY INTERNO---------*/
ul#inter_nav {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto 50px auto;
    padding: 10px;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0px 2px 8px  rgba(0,0,0,0.1);
    transition: all 0.5s;
}
ul#inter_nav li {
    display: block;
}
ul#inter_nav li a {
    display: block;
    border:solid 1px #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    font-size: .9em;
    transition: all 0.5s;
}
.wrapper{ width:100%; padding-top:20px;transition: all .2s;transition: all 0.5s;}
 
.fixed{position:fixed; top:0;left: 0;
    right: 0;transition: all 0.5s;}
/*--MAIN--*/
main {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 40px 30px;
    line-height: 1.4em;
} 
main h2, main h3 {
    color: rgb(49, 49, 51);
}

main p {
    color: rgb(73, 73, 73);
    font-size: 1em;
    font-weight: 300;
}
main .titulo_seccion {
    display: flex;
    align-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    position: relative;
}
main h2 {
    display: block;
    text-align: left;
    font-weight: 800;
    font-size: 1.8em;
    line-height: 1.2em;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    margin-left: 50px;
    padding: 0px 20px;
}
main h2 span {
    color: #d41c8b;
}
main p strong {
    font-weight: 800;
}
.centrar {
    text-align: center;
}
.centrar p{
    text-align: center;
}
.centrar h3 {
    color: var(--fiusha);
}
.rosa {
    color: var(--fiusha);
}
.rosa.centrar {
    margin: 0px auto;
    display: block;
    text-align: center;
}
.centrar {
    margin: 0px auto;
    display: block;
    text-align: center;
}
.rosa {
    color: var(--fiusha);
}
.centrar_left {
    display: flex;
  	justify-content: center;
  	align-items: center;
    width: 50%;
    margin: 0px auto;
}
.centrar_left h3 {
    display: block;
    width: 100%;
}
.video {
    display: block;
    width: 80%;
    height: auto;
    margin: 0px auto;
    background-color: #ccc;
}

    /*---INFO PAR--*/
section.info_par, section.info_par_2, section.info_trs, section.info_trs_2, section.info_par-par, section.info_back, section.sub_titulo_numerado_2 {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
section.info_par_3{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 50px;
}
section.info_par article, section.info_par_2 article, section.info_par_3 article, section.info_par_center article, section.info_back article, section.sub_titulo_numerado_2 article  {
    display: block;
    width: 50%;
    padding: 30px;
    text-align: left;
}
section.info_back {
    background-color: rgb(241, 241, 241);
    padding: 30px 10%;
    align-items: center;
}
section.info_par-par {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
section.info_par_center {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
section.info_par-par article{
    display: block;
    width: 25%;
    padding: 30px;
    text-align: left;
}
section.info_par_3 article h3{
    text-align: center;
    margin-bottom: 1.5em;
}
section.info_par_3 article img, section.info_par_center article img{
    display: block;
    margin: 0px auto;
}
section.info_par_center article img{
    height: 300px;
}
section.info_par article.operacion {
    text-align: left;
}
section.info_par article.operacion p{
    text-align: left;
    display: block;
    padding: 30px 0px;
    border-bottom: solid 1px #ccc ;
}
section.info_par article.operacion img{
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    float: left;
}
h3 {
    text-align: center;
}
.sangria {
    display: block;
    margin-left: 20px;
}

section.info_trs article {
    display: block;
    width: 33%;
    padding: 30px;
    text-align: center;
}
section.info_trs_2 article {
    display: block;
    width: 33%;
    padding: 30px;
    text-align: left;
}
section.info_trs_2 article.midle {
    display: block;
    width: 10%;
    padding: 30px;
    text-align: left;
}
section.info_trs article.vs {
    display: block;
    width: 15%;
    padding: 30px;
    text-align: center;
}

section.info_trs article.vs p{
    font-size: 3em;
    font-weight: 600;
}
section.info_trs article p strong, section.info_par article p strong {
    font-weight: 600;
}
section.info_par article p.numeral  {
    text-align: left;
}
section.info_trs article.votos   {
    text-align: left;
}
section.info_trs_2 article.votos  img{
    display: block;
    width: 80%;
    height: 80%;
    float: right;
}
.info_par img.h300 {
    width: 80%;
    height: 300px;
}
.signo {
    display: block;
    margin: 0px auto;
    font-size: 5em;
    color: rgb(54, 54, 54);
    text-align: center;
    font-weight: 800;
}
.signo_verde {
    display: block;
    margin: 0px auto;
    font-size: 3em;
    color: #1bb675;
    text-align: center;
    font-weight: 800;
}
section.info_par article p.numeral span {
    display: block;
    float: left;
    border-radius: 50px;
    padding: 5px;
    background-color: var(--fiusha);
    width: 30px;
    height: 30px;
    color:#fff;
    font-weight: 500;
    margin-right: 10px;
    text-align: center;
}
section.info_par article p.numeral sup.subindice {
    background-color: transparent;
    font-size: .7em;
    border: none;
    padding: 0px;
    color:#000;
    float:inherit;
    width: auto;
    height: auto;
    margin: 0px;
    display: inline;
}
section.info_par article.duracion h3, section.info_par article.duracion p, section.info_par article.no_el_prep h3, section.info_par article.no_el_prep p{
    color: #fff;
    text-align: left;
}
section.info_par article.duracion a{
    text-decoration: underline;
    color: #fff;
}
section.info_par article.duracion {
    width: 48%;
    background-color: var(--fiusha);
    color: #fff;
}
section.info_par article.aling_left {
    text-align: left;
}
section.info_par article.no_el_prep {
    width: 48%;
    background-color: var(--prep-color);
    color: #fff;
}
main article.referencias {
    width: 100%;
    text-align: center;
    font-size: .8em;
}
main article.referencias_iz {
    text-align: left;
} 
section.info_par article.duracion img, section.info_par article.no_el_prep img {
    display: block;
    float: right;
    width: auto;
    height: 80px;
    margin-left: 20px;
}
section.info_par_2 article div{
    display: block;
    width: 50%;
    float: left;
    text-align: left;
}
section.info_par_2 article p span {
    font-weight: 700;
    font-size: 1.1em;
}
section.info_par article img, section.info_trs article img{
    display: block;
    margin: 0px auto 20px auto;
    width: auto;
    height: 200px;
}
section.info_par_2 article img{
    display: block;
    width: auto;
    height: 150px;
    float: left;
    margin-right: 25px;
}
section.info_par article img.imagenes_100 {
    display: block;
    width: 80%;
    height: auto;
}
section.info_par_2 article h3 {
    display: block;
    margin-bottom: 1.5em;
}
article.participacion_ciudadana {
    text-align: center;
}
article.participacion_ciudadana img {
    display: block;
    margin: 30px auto;
    width: auto;
    height: 250px;
}
img.h250 {
    display: block;
    margin: 30px auto;
    width: auto;
    height: 250px;
}
article.formula_paricipacion {
    font-size: 3em;
    text-align: center;
    margin: 30px auto 100px auto;
    display: block;
}
article.formula_paricipacion p{
    font-weight: 600;
    display: inline;
}
article.formula_paricipacion p span{
    font-weight: 300;
    position: absolute;
    font-size: .3em;
    left: 15px;
    bottom: -2em;
}
article.formula_paricipacion p.cantidad {
    position: relative;
    padding: 0px 2%;
}
article.formula_paricipacion p.cantidad_final {
    position: relative;
    padding: 0px 30px;
    color: var(--fiusha);
}
article.formula_paricipacion p.cantidad_final span {
    color: #000;
}
article.formula_paricipacion p.signo {
    font-size: .9em;
    color:#ccc;
    margin: 0px 10px;
}
section.info_par_2 article p.cargos {
    font-size: 2em;
    font-weight: 800;
}
section.info_par_2 article p.cargos span {
    font-size:2em;
    color: var(--fiusha);
}
table.general {
    width: 80%;
    border: solid 1px #ccc;
    margin: 30px auto;
    border-collapse: collapse;
}
table.general tr td{
    padding: 10px;
    border: solid 1px #ccc;
    
}
table.general .titulo_celda {
    background-color: #5b5784;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
table.general .columna_pink {
    background-color: #ae9bc6;
}
table.general_2 {
    width: 100%;
    border: solid 1px #ccc;
    margin: 30px auto;
    border-collapse: collapse;
    font-size: .7em;
}
table.general_2 tr td{
    padding: 10px;
    border: solid 1px #ccc;
    
}
table.general_2 .titulo_celda {
    background-color: #5b5784;
    color: #fff;
    text-align: center;
    
}
table.general_2 .columna_pink {
    background-color: #ae9bc6;
}
.numero_verde, .numero_vino, .numero_rosa, .numero_morado {
    border-radius: 20px;
    width: 10px;
    height: 10px;
    padding: 0px 5px;    
    color: #fff;
}
.numero_verde {
    background-color: #1bb675;
}
.verde {
    color: #1bb675;
}
.numero_vino {
    background-color: #571042;
}
.vino {
    color: #571042;
}
.numero_rosa {
    background-color: #dd009b;
}
.numero_morado {
    background-color: #7e65d6;
}
.morado {
    color: #7e65d6;
}
.overflow_content {
    display: block;
    width: 100%;
    overflow: scroll;
}
table.tabla_v_coaliacion {
    margin-bottom: 20px;
    vertical-align: baseline;
    text-align: center;
}
table.tabla_v_coaliacion td{
    padding: 10px;
    border-bottom:solid 1px #000;
    
}
table.tabla_v_coaliacion .table_title {
    background-color: #81346a;
    color: #fff;
}
table.tabla_v_coaliacion p {
    font-weight: 600;
}
/*--FINALMAIN--*/

/*--FOOTER GENERAL--*/
footer {
    display: block;
    width: 100%;
    padding: 30px;
    background-color: #ccc;
}
footer section {
    display: flex;
    align-items: center;
    width: 100%;
    max-width:1280px;
    margin: 0px auto;
    background-color: #ccc;
    font-size: .9em;
}
footer section article{
    display: block;
    width: 35%;
    max-width:500px;
    min-height: 200px;
    background-color: #fff;
    padding: 30px;
}
footer section article.referencias{
    display: block;
    width: 100%;
}
footer section article.glosario {
    margin-left:10%;
    margin-right: 5%;
}
footer section article.preguntas {
    margin-left:5%;
    margin-right: 10%;
}
footer section article h3, footer section article p {
    display: block;
    margin-bottom: 30px;
}
footer section article img{
    display: block;
    float: right;
    width: auto;
    height: 80px;
    margin-left: 20px;
}
footer section article a{
    font-size: 1.2em;
    font-weight: 600;
}
footer p.aviso{
    font-size: .8em;
    width: 80%;
    margin: 40px auto;
    text-align: center;
}
.centrar_grande {
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}
.centrar_grande span.rosa{
    color: var(--fiusha);
    display: inline-block;
    font-size: 2.3em;
    font-weight: 600;
}
.centrar_grande span {
    display: block;
    text-align: center;
    font-size: .7em;
    font-weight: 300;
}
/*--FINAL FOOTER GENERAL--*/

/*--- GLOSARIO PREGUNTAS FRECUENTES ---*/

.cont_glosario {
    padding: 30px 50px;
}

input[type=button] {
    display:block;
    width:100%;
    border-style: none;
    background: none;
    margin: 0 0 10px 0;
    padding:15px;
    border: solid 1px rgb(241, 241, 241);
  	cursor:pointer;
    background-color:rgb(248, 248, 248);
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
}
input:checked   {
 	color: red;
}

#more-button:hover, #more-button_2:hover, #more-button_3:hover, #more-button_4:hover, #more-button_5:hover, #more-button_6:hover, #more-button_7:hover, #more-button_8:hover, #more-button_9:hover, #more-button_10:hover, #more-button_11:hover, #more-button_12:hover {
  	color: #f09;
}
#grow, #grow_2, #grow_3, #grow_4, #grow_5, #grow_6, #grow_7, #grow_8, #grow_9, #grow_10, #grow_11, #grow_12, #grow_13, #grow_14, #grow_15, #grow_16, #grow_17, #grow_18, #grow_19 {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}
.measuringWrapper, .measuringWrapper_2, .measuringWrapper_3, .measuringWrapper_4, .measuringWrapper_5, .measuringWrapper_6, .measuringWrapper_7, .measuringWrapper_8, .measuringWrapper_9, .measuringWrapper_10, .measuringWrapper_11, .measuringWrapper_12, .measuringWrapper_13, .measuringWrapper_14, .measuringWrapper_15, .measuringWrapper_16, .measuringWrapper_17, .measuringWrapper_18, .measuringWrapper_19 {
    padding: 30px;
}
.slide {
	display: none;
    padding: 30px;
    background-color: rgb(218, 218, 218);
}
.box_slide {
    display: block;
    padding: 20px 20px 0px 20px;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: .01em;
    cursor: pointer;
     border: solid 1px rgb(241, 241, 241);
    background-color:rgb(248, 248, 248);
    border: solid 1px rgb(241, 241, 241);
}
.box_slide:hover {
    color: var(--fiusha);
    border-left: solid 5px var(--fiusha);
}
.referencia {
    margin: 20px;
}
.referencia li{
    margin-bottom: 15px;
}
.info_par img.h350 {
    display: block;
    margin: 30px auto;
    width: auto;
    height: 350px;
}
img.h50 {
    display: block;
    margin: 30px auto;
    width: 80%;
    height: auto;
}
img.h150 {
    display: block;
    margin: 30px ;
    width: auto;
    height: 150px;
}
img.centrar_100 {
    display: block;
    margin: 0px auto ;
    width: auto;
    height: 100px;
}
img.h350 {
    display: block;
    margin: 30px auto;
    width: auto;
    height: 350px;
}
img.h450 {
    display: block;
    margin: 30px auto;
    width: auto;
    height: 450px;
}
img.h800 {
    display: block;
    margin: 30px auto;
    width: 80%;
    height: auto;
}
.numero {
    display: block;
    font-size: 2em;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 25px;
    background-color: var(--rosa-claro);
    color: #fff;
    width: 50px ;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.sub_titulo_numerado h3{
    text-align: left;
}
.pie_foto {
    font-size: .7em;
    text-align: center;
}
/*-----FORMULARIO------*/
form.box_select {
    display: block;
    width: 100%;
}
form.box_select label{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-family: 'HomepageBaukasten-Bold';
    color: #F09;
}
form.box_select select {
    display: block;
    width: 100%;
    margin: 30px auto;
    font-size: .9em;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: .5em;
    font-family: 'nexa_lightregular', sans-serif;
    background-image: url(../imagenes/flecha.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; 
}
form.box_select .radio {
    width: 1em;
    height: 1em;
    border: 1px solid #d9d9d9;
}
form.box_select select:focus {
    outline: none;
}
article.mapa_box_select {
    width: 100%;
    height: 600px;
}
article.mapa_box_select img.mapa {
    width: 100%;
    height: auto;
}

/*----NORMATIVIDAD----*/
article.normatividad {
    display: block;
    width: 50%;
    margin: 0px auto;
}
article.normatividad h3 {
    font-size: 1.8em;
    font-weight: 300;
}
article.normatividad ul li  {
    display: block;
    margin: 15px 0px;
}
article.normatividad ul li  a{
    display: block;
    margin: 5px 0px;
    background-image: url(../imagenes/pdf.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
    padding-left: 30px;
}

/*-------VOTOS-------*/
img.center_30 {
    display: block;
    width: 30%;
    height: 50%;
    margin: 30px auto;
}
img.center_50 {
    display: block;
    width: 50%;
    margin: 50px auto;
}
img.center_80 {
    display: block;
    width: 80%;
    margin: 50px auto;
}
section.info_par img.h400 {
    display: block;
    width: auto;
    height: 400px;
}
.txt_c_60 {
    display: block;
    width: 60%;
    text-align: center;
    margin: 20px auto;
}
h3.left {
    text-align: left;
    margin-bottom: 1em;
}

@media (max-width:768px)  and (orientation:portrait) { 
    ul#inter_nav {
        display: none;
    }
    .txt_c_60 {
        display: block;
        width: 80%;
        text-align: center;
        margin: 20px auto;
    }
    header h1 {
        display: block;
        float: none;
        align-self: auto;
        width: 100%;
        font-weight: 400;
        font-size: 1.5em;
        text-align: center;
    }
    header .content_logos {
        display: flex;
        width: 300px;
        margin: 0px auto;
    }
    header .content_logos img{
        display: block;
        width: auto;
        height: 40px;
        margin: 0px 15px;
    }
    img.auto_h {
        width: 100%;
    }
    .img_full {
        width: 100%;
        height: auto;
    }
    img#map_350 {
        height: auto;
        width: 300px;
    }
    section.info_par article, section.info_par_2 article, section.info_par_3 article, section.sub_titulo_numerado_2 article, section.info_par-par article, section.info_par_center article{
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    section.info_par-par article img{
        margin: 0px auto;
    }
    section.info_trs article {
        width: 100%;
        padding: 10px;
    }
    section.info_back article {
        width: 100%;
        padding: 10px;
    }
    section.info_trs_2 article {
        width: 100%;
        padding: 10px;
    }
    section.info_trs_2 article.midle {
        width: 100%;
        padding: 10px;
    }
    footer section {
        flex-wrap: wrap;
    }
    footer section article{
        width: 100%;
        margin-bottom: 20px;
    }
    footer section article.glosario {
        margin-left:0px;
        margin-right: 0px;
    }
    footer section article.preguntas {
        margin-left:0px;
        margin-right: 0px;
    }
    section.info_par_2 article div{
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    section.info_par_2 article img{
        display: block;
        width: auto;
        height: 150px;
        float: none;
        margin: 20px auto ;
    }
    section.info_par article.duracion {
        width: 100%;
        margin-bottom: 20px;
    }
    section.info_par article.no_el_prep {
        width: 100%;
    }
    article.participacion_ciudadana img {
        width: 100%;
        height: auto;
    }
    article.normatividad {
        width: 100%;
    }
    section.info_trs article.vs {
        width: 100%;
    }
    img.center_30 {
        width: 50%;
    }
    section.info_trs article.votos   {
        text-align: center;
    }
    .cont_glosario {
        padding: 30px 0px;
    }
    /*menu*/
	label.navy-left-label {
		display:block;
		cursor:pointer;
		position:absolute;
		z-index: 51;
		right: -10px;
		top:0px;
		width: 40px;
		height: 40px;
		margin: 10px 20px;
	}
	#btn-menu:checked ~ nav#prime {
		transform: translateX(0%);
	}
	#btn-menu:checked ~ .navy-left-label div {
		background-color: #fff;
	}
  	.navy-left-label div {
		width: 30px;
		height: 3px;
		background-color: #fff;
		margin: 5px auto;
	  }
	nav#prime ul li:hover ul li a{
		height: 50px;
	}
	nav#prime {
		position: absolute;
      	z-index: 50;
		top:0px;
		left:0px;
		width:100%;
		transform: translateX(-100%);
		transition: all 0.3s;
		height:100vh;
		padding: 50px 0px 0px 0px;
	}
	nav#prime ul{
		display:block;
		height:auto;
		top:0px;
      	background-image: none;
	}
        nav#prime ul ul.sub_nav{
        display:none;
    }
	nav#prime ul li{ 
		display: inline-block;
		width:100%;
		height:auto;
		height:100%;
		margin-top:0px;
	}
	nav#prime ul li a{
		display: block;
		vertical-align: inherit;
		padding:15px 0px 0px 20px;
		height: 50px;
		text-align: left;
      	margin: 0px;
	}
    nav#prime ul li>a:hover{
      background-color: transparent;
    }
     
    nav#prime ul li a:active{
        background-color:#ccc;
	}
	nav#prime ul li span{
		display: block;
		vertical-align: inherit;
		padding:15px 0px 0px 20px;
		height: 50px;
		text-align: left;
	}
	nav#prime ul li ul{
		display:none;
		position: static;
		background-color: transparent;
		opacity: 1;
        box-shadow:none;
	}
	nav#prime ul li ul li{
		float: inherit;
		width:100%;
		height:50px;
		display: block;
	}
	nav#prime ul  ul li a{
		width: 100%;
		padding:18px 0px 0px 35px;
        color: #fff;
	}
	nav#prime ul  ul li a:hover{
		text-decoration: underline;
      	 
	}
    main h2 {
        width: 80%;
    }
}