body{
		margin: 0;
		padding: 0;
		height: 100vh;
		overflow: 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;
    }

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

  #contenido{
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1500;
    height: 100vh;
    width: 400px;
  }

#entradilla{
    padding: 20px 30px;
    background: #eeab44;
    font-size: 13px;
    margin-top: -120px;
    line-height: 20px;
    color: #3c5d85;
    width: 69%;
    margin-left: 56px;
    position: relative;
}

#entradilla:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 16px solid #26427f;
    border-right: 20px solid transparent;      
}

  #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;
    right: -50%;
    z-index: 1000;
    padding: 0;
    width: calc(50% - 75px);
    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: rgba(218, 218, 218, 0.97);

}

.ventana2 strong{
    color: #244280;
}

.ventana2 h2:before{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -17px;
    top: 0;
    border-bottom: 116px solid #244280;
    border-left: 17px solid transparent;      
}

.ventana2 .contenw{
  padding: 0 30px;
}

.ventana2:before{
  content: " ";
  position: absolute;
  left: -50px;
  top: 0;
   width: 0;
    height: 0;
    border-top: 47vh solid transparent;
    border-right: 50px solid rgba(218, 218, 218, 0.97);
    border-bottom: 53vh solid transparent;

}

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

#contenido h1{
    width: 240px;
    height: 180px;
    padding-left: 50px;
    background: #244280;
    border-radius: 50%;
    padding-top: 110px;
    color: #edab45;
        font-size: 1.8em;
    text-transform: uppercase;
    margin-left: 30px;
}

.ventana2 h3{
padding: 0;
    font-size: 22px;
    margin-top: 20px;
    border-bottom: 1px dashed #3c5d85;
    padding-bottom: 10px;
}

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

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



.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;
}

.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;
}

.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;
}

#entradilla:before{
  content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: -17px;
    top: 0;
    border-top: 116px solid #efab43;
    border-right: 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;
}

@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{
  overflow-y: scroll;
  padding: 30px;
  height: 37vh;

}

@media (max-width: 768px) {

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

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

#contenido {
    position: absolute;
    bottom: 0!important;
    height: 160px!important;
    width: 50%!important;
    top: 100%;
    margin-top: -160px;
}

.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 {
    display: none!important;
}

}


