body{
		margin: 0;
		padding: 0;
		height: 100vh;
    overflow-x: hidden;
	}

	h1, h2, h3{
    font-family: helvetica;
    padding: 35px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    margin-top: 70px;
    color: #3c5d85;
	}

    p{
        font-family: arial;
        color: #333;
        font-weight: 300;
        font-size: 16px;
        color: #565555;
        font-weight: 300;
        line-height: 24px;
    }

ul li, ol li{
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: arial;
    color: #565555;
}

#map{
  position: relative;
  width: 100%;
  height: 100vh;
}

header{
/*  background-image: url(../img/frontera1.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

p.frontera{
    font-weight: bold;
    color: #ffeb3b;
}

header:before{
  content: " ";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.descargar{
    display: block;
    background: #01b1b4;
    width: 300px;
    margin: auto;
    margin-top: 30px;
    color: #ffea49;
    padding: 7px 0;
}


.aviso{
    position: absolute;
    top: 50%;
    z-index: 1000;
    right: 100px;
    width: 339px;
    background: #ffea49;
    padding: 30px;
}

.fuentes{
    position: absolute;
    bottom: 40px;
    z-index: 1000;
    left: 40px;
    background: #ffea49;
    padding: 10px;
}

.fuentes p{
      font-size: 12px;
    line-height: 14px;}

section, header{
  height: 100vh;
}

section#intro{
  background: #ffea49;
  height: 80vh;
  display: flex;
  justify-content: center;
    align-items: center;
        flex-flow: column;
}

.quepasa{
  color:#ffea49;
}

section#intro #menu{
font-family: helvetica;
    width: calc(100% - 120px);
    color: #01b1b4;
    background: #ffea49;
    padding: 20px 50px;
    z-index: 10000000;
    display: flex;
    justify-content: center;

}
.selected{
  font-weight: bold;
      color: #5d5d5d;
}

section#intro #menu span{
     text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    margin: 0 20px;
    letter-spacing: 1px;

}

.prueba{
  position: fixed!important;
  top: 10px;
}


.recuadro{
  background: #FF5722;
  padding: 20px;
}

.recuadro p, .recuadro li, .recuadro p strong{
  color: #fff;
}

	#mapa1 {
    width: 100%;
    height: 100vh;
    position: relative;
 	}

  #contenido{
position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1500;
    height: 500px;
        display: flex;
 /*   width: 500px;*/
    transform: translate(-50%, -50%);
  }

#entradilla{
    padding: 20px 30px;
    /* background: #ffffff; */
    font-size: 21px;
    line-height: 26px;
    color: #01b1b4;
    width: 69%;
    margin-left: 56px;
    position: relative;
    text-align: center;
}
/*
#entradilla p{

}*/

#entradilla:after{
content: " ";
    position: absolute;
    bottom: -20px;
    right: -40px;
    width: 0;
    height: 0;
    border-bottom: 46px solid #01b1b4;
    border-left: 50px solid transparent;
}

#entradilla:before{
content: " ";
    position: absolute;
    top: -20px;
    left: -40px;
    width: 0;
    height: 0;
    border-top: 46px solid #01b1b4;
    border-right: 50px solid transparent;
}

#entradilla span.before{
    border-bottom: 1px solid #01b1b4;
    width: 190px;
    display: block;
    position: absolute;
    transform: rotate(-43deg);
    left: -139px;
    top: 34px;
}

#entradilla span.after{
    border-bottom: 1px solid #01b1b4;
    width: 190px;
    display: block;
    position: absolute;
    transform: rotate(-43deg);
    right: -139px;
    bottom: 34px;
}

  #logo-cam{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

 .ventana{
position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 1000;
    background: #fff;
    padding: 30px;
    width: 351px;
    height: 425px;
    margin-top: -30px;
    margin-left: -60px;
    transform: translateY(-50%);
    padding-left: 120px;
   	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
 background: url(../img/bg-ventana2.svg) no-repeat center;

}

.ventana2{
    position: absolute;
    top: 0;
    padding: 30px;
    right: -50%;
    z-index: 10000;
    padding: 0 40px;
    width: calc(50% - 155px);
    height: 100vh;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #01b1b4;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;

}

.ventana2 strong{
    color: #244280;
}

.ventana2 .contenw{
  padding: 0;
}

.ventana2:before{
  content: " ";
  position: absolute;
  left: -50px;
  top: 0;
   width: 0;
    height: 0;
    border-top: 47vh solid transparent;
    border-right: 50px solid #01b1b4;
    border-bottom: 53vh solid transparent;

}

.ventana2 h2{
font-family: helvetica;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    color: #fff;
    border-bottom: none;
}

.ventana2 h2.title{
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #FFEB3B;
    display: inline-block;
    color: #01b1b4;
    width: auto;
}

#contenido h1{
    width: 370px;
    padding-left: 50px;
    background: #ffea49;
    color: #ffffff;
    font-size: 1.5em;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    margin: auto;
    /* position: absolute; */
    color: #333;
    top: 60px;
    margin-left: -50px;
    /* right: -425px; */
    border-bottom: none
}

#contenido h1 span{
font-weight: normal;
}

.operacion{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

/*#contenido h1:before{
width: 318px;
    height: 318px;
    border: 1px dashed rgba(255, 255, 255, 0.45098039215686275);
    position: absolute;
    top: 69px;
    left: 67px;
    content: " ";
    transform: rotate(45deg);
}

#contenido h1:after{
    width: 283px;
    height: 353px;
    border: 1px dashed #ffffff73;
    position: absolute;
    top: 50px;
    left: 85px;
    content: " ";
}*/


.ventana2 h3{
    border-bottom: 1px dashed #f7f3f1;
    padding: 0;
    font-size: 32px;
    margin-top: 0;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.ventana2 h3 span{
    font-size: 20px;
    color: #ffeb3b;
}

.icono{
    background: #01b1b4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: auto!important;
    margin-bottom: 7px!important;
}

.item-menu{
  text-align: center;
}

.ventana2 p{
      line-height: 20px;
    font-size: 15px;
}

.ventana2 h4{
  font-family: arial;
  color: #3c5d85;
  font-size: 18px;
  margin-bottom: 0;
}

.ventana2 ul{
  padding: 0;
}

.ventana2 ul li{
    list-style: none;
    margin-bottom: 12px;
}

.ventana2 ul li .texto{
    font-weight: bold;
    font-size: 27px;
    background: #FFEB3B;
    color: #01b1b4;
    padding: 2px;
    line-height: 32px;
}

.ventana2 ul li .texto.pqn{
  font-size:  22px;
      line-height: 27px;
}

.ventana2 ul li .cifrad{
    font-size: 40px;
    font-weight: bold;
    color: #ffeb3b;
}

.Cumpliendo{
    background: #85ebd4;
    display: inline-block;
    padding: 3px 10px;
    font-weight: bold;
    color: #3c5d85;
    position: relative;
    padding-right: 30px;
}

.Cumpliendo .triangulo{
width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #3c5d85;
    position: absolute;
    right: 10px;
    top: 10px;
}

.Sin.meta{
    background: #ccc;
    display: inline-block;
    padding: 3px 10px;
    font-weight: bold;
     color: #fff;
}

.Sin.cumplir{
    background: #f74077;
    display: inline-block;
    padding: 3px 10px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-right: 30px;
}

.No.aplica{
    background: #ccc;
    display: inline-block;
    padding: 3px 10px;
    font-weight: bold;
}

.Sin.cumplir .triangulo{
width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
}

.ventana p{
  font-size: 13.5px;
    font-family: helvetica;
    margin: 3px;
    margin-left: 55px;
}

.ventana h2{
  margin-top: 30px;
  text-transform: capitalize;
}

h1.title{
    position: absolute;
    z-index: 1010;
    text-transform: uppercase;
    padding-left: 50px;
    font-size: 50px;
    width: 400px;
    line-height: 50px;
    top: 35%;
    color: #0f4069;
    transform: translateY(-50%);
}

h1.title span{
    display: block;
    font-size: 37.5px;
        color: #ecf0f1;
    letter-spacing: 2px;
}

.ventana-open{
	right: 0;
    display: flex!important;
}

.zona{
	color:#f49630!important;

}
.ventana h1{
    color: #2b82cb;
    text-transform: uppercase;
    letter-spacing: 1px;
        margin-top: 0!important;
}

.ventana h1:after{
	font: normal normal normal 38px FontAwesome;
	    content: "\f041";
	    float: right;
}

.etiqueta{
    margin-top: 100px;
    display: block;
    font-family: 'Maven Pro', sans-serif;
    font-weight: bold;
    color: #333!important;
}

#icono-principal{
	display: block;
	margin-bottom: 30px;
}

.dnone{
  display: none;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
	    background: #0f4069!important;
	    padding: 20px 30px;
	    color: #fff;
}

.leaflet-popup-content-wrapper p, .leaflet-popup-tip p{
	    color: #fff!important;
	    text-decoration: none;
	    font-size: 18px;
}

.leaflet-container a.leaflet-popup-close-button{
	display: none!important;
}


/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/

/* Marker setup */
.awesome-marker {
  background: url('../img/markers-soft.png') no-repeat 0 0;
  width: 35px;
  height: 46px;
  position:absolute;
  left:0;
  top:0;
  display: block;
  text-align: center;
}

.awesome-marker-shadow {
  background: url('../img/markers-shadow.png') no-repeat 0 0;
  width: 36px;
  height: 16px;
}



/* Retina displays */
@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx) {
 .awesome-marker {
  background-image: url('../img/markers-soft@2x.png');
  background-size: 720px 46px;
 }
 .awesome-marker-shadow {
  background-image: url('../img/markers-shadow@2x.png');
  background-size: 35px 16px;
 }
}

.awesome-marker i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.awesome-marker .icon-white {
  color: #fff;
}

/* Colors */
.awesome-marker-icon-red {
  background-position: 0 0;
}

.awesome-marker-icon-darkred {
  background-position: -180px 0;
}

.awesome-marker-icon-lightred {
  background-position: -360px 0;
}

.awesome-marker-icon-orange {
  background-position: -36px 0;
}

.awesome-marker-icon-beige {
  background-position: -396px 0;
}

.awesome-marker-icon-green {
  background-position: -72px 0;
}

.awesome-marker-icon-darkgreen {
  background-position: -252px 0;
}

.awesome-marker-icon-lightgreen {
  background-position: -432px 0;
}

.awesome-marker-icon-blue {
  background-position: -108px 0;
}

.awesome-marker-icon-darkblue {
  background-position: -216px 0;
}

.awesome-marker-icon-lightblue {
  background-position: -468px 0;
}

.awesome-marker-icon-purple {
  background-position: -144px 0;
}

.awesome-marker-icon-darkpurple {
  background-position: -288px 0;
}

.awesome-marker-icon-pink {
  background-position: -504px 0;
}

.awesome-marker-icon-cadetblue {
  background-position: -324px 0;
}

.awesome-marker-icon-white {
  background-position: -574px 0;
}

.awesome-marker-icon-gray {
  background-position: -648px 0;
}

.awesome-marker-icon-lightgray {
  background-position: -612px 0;
}

.awesome-marker-icon-black {
  background-position: -682px 0;
}

#controles{
width: 99px;
    position: absolute;
    z-index: 10020;
    top: 0;
    right: 0;
    min-width: 180px;
    background: #efab43;
    /* background: url(../img/bg-capas.svg) center top no-repeat; */
    height: 116px;
}

#controles:before{
  content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -17px;
    top: 0;
    border-bottom: 116px solid #efab43;
    border-left: 17px solid transparent;
}



#controles a{
    color: #fff;
    text-decoration: none;
    font-family: 'Maven Pro', sans-serif;
    margin: 43px 20px;
    display: block;
    text-align: right;
}

#controles .leaflet-control-layers {
    box-shadow: none!important;
    background: none!important;
    border-radius: 0!important;
        position: relative;
    z-index: 2;
}

#controles .leaflet-control-layers .leaflet-control-layers-list{
	    background: #3c5d85!important;
    padding: 20px;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;

}
.lista{
	padding-left: 20px;
	display: block;
}

.convenciones{
    border-top: 1px dotted #ccc;
    margin-top: 60px;
}

.convenciones p{
    font-size: 12px;
    display: block;
}


#controles .leaflet-control-layers-toggle {
    width: 36px;
    height: 36px;
    margin-top: 13px;
    margin-left: 38px;
    position: absolute;
    right: 26px;
}

#logo{
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1005;
    /* width: 100px; */
}

.link{
    font-size: 15px;
    font-family: 'Maven Pro', sans-serif;
    text-decoration: none;
    background: #f49630;
    color: #0f4069;
    padding: 10px 20px;
}

.contet-ventana{
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
      overflow-x: hidden;
      display: none;
}

.block{
  display: block;
}

.sharethis-inline-share-buttons {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 );
}

@media (max-width: 700px) {
  h1.title{
    background: #0f4069;
    position: relative;
    text-transform: uppercase;
    padding-left: 0px;
    padding: 20px;
    font-size: 18px;
    max-width: calc(100% - 40px);
    line-height: 22px;
    top: 0!important;
    color: #fff;
    transform: none!important;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

#controles{
  display: none;
 }

 .triangulo.logo, .triangulo{
  display: none!important;
 }

 #logo{
      position: relative;
    background: #0f4069;
    bottom: 0;
    text-align: center;
    padding: 8px 20px;
    width: 100%;
 }

  #logo img{
width: 80px!important;
    margin-left: 20px;
  }

  h1.title span {
    display: inline!important;
    font-size: 18px;
    color: #ecf0f1;
    max-width: calc(100% - 40px);
    letter-spacing: 2px;
}

#icono-principal {
    display: block;
    margin-bottom: 30px;
    width: 76px;
    margin: 0 auto 21px;
}

.link {
    font-size: 12px;
    font-family: 'Maven Pro', sans-serif;
    text-decoration: none;
    background: #f49630;
    color: #0f4069;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}

.contet-ventana{
position: fixed!important;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 2000;
}

.ventana {
    background: rgba(255, 255, 255, 0.99)!important;
    width: calc(100% - 60px);
}

}


#centro{
position: absolute;
    width: 100px;
    z-index: 2000;
    height: 100px;
    left: 50%;
    top: 50%;
    border: 4px solid #f00;
    transform: translate(-50%, -50%);
    border-radius: 50%;

}

#convenciones{
    position: absolute;
    left: 23%;
    bottom: 3%;
    z-index: 1000;
    background: #fff;
    padding: 0 15px;
}

#convenciones p{
  float: left;
      font-size: 13px;
}

#cumpli{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #205d89;
    border-radius: 50%;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: 5px;
}


#cumpliendo_des #cumpli, #sincumplir_des #sincum, #sinmet_des #sinmeta{
background: #ccc!important;
}

.desac{
  display: none;
}

.block{
  display: block;
}

#sincum{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #f74077;
    border-radius: 50%;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 5px;
}

#sinmeta{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #02edd5;
    border-radius: 50%;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 5px;
}

/*.venta-infomas{
  padding: 30px;
}*/

@media (max-width: 768px) {

  #convenciones {
    right: 3%!important;
    bottom: 3%!important;
    width: 30%!important;
    left: 67%;
}

#sincum, #sinmeta{
  margin-left: 0!important;
}

#contenido {
    width: 90%!important;
}

#contenido h1{
    font-size: 1.2rem;
}

section#intro #menu {
    flex-wrap: wrap;
}

section#intro #menu .item-menu{
  width: 50%;
}


.ventana {
    left: 0!important;
    position: absolute;
    top: 0!important;
    padding: 30px;
    overflow-y: scroll;
    width: 100%!important;
    height: 100vh!important;
    margin-top: 0!important;
    margin-left: 0!important;
    transform: none!important;
    background: #fff!important;
}

#entradilla {
  margin-left: 0;
}

}




