body  {
    background-color: #fff !important;
}
body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
    max-width: 1300px !important;
    background-color: #F8F9FF;
}

em {
	font-style: normal;
}

body[data-topbar=dark] #page-topbar {
    background-color: #2b2b2b;
}
.title-tooltip li i {
    font-size: 27px;
    margin-left: 13px;
    color: #fff !important;
    opacity: 0.6;
}
body[data-topbar=dark] .header-item {
    color: #aaaaaa;
    font-size: 15px !important;
}
body[data-topbar=dark] .header-item:hover {
    color: #fafafa;
}

#pt-banner {
	width: 100%;
	height: 535px;
	overflow: hidden !important;
	margin-top: 70px;
    margin-bottom: -5px;
}
#pt-footer {
	width: 100%;
	height: 309px;
	overflow: hidden !important;
}

body .page-title-box {
	background-image: none;
	background-color: #62bd00;
	/*background-color: #4352af;*/
	background-image: url(../images/hexagonos-texturas-w26.png);
}

.botones-anios .btn.activo {
	background-color: #db487e;
	-webkit-box-shadow: -4px 4px 9px 0px rgba(0,0,0,0.25);
	box-shadow:         -4px 4px 9px 0px rgba(0,0,0,0.25);
}
body .btn-primary {
    color: #fff;
    background-color: #4879db;
	font-size: 16px;
    font-weight: bold;
}
body .page-title-box h4 {
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-size: 26px!important;
    margin-bottom: 0.3rem;
}
.right-bars .progress {
    justify-content: right;
}
body .progress-bar {
    background-color: #DB487E;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

body #comparativa .progress-sm {
    height: 7px;
    border-radius: 0;
    margin: 4px 0px;
}

body .progress {
    background-color: #eaedf1;
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
body .progress *{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

header .elementor-button {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #db487e;
    border-radius: 4px 4px 4px 4px;
    padding: 7px 16px;
    margin-left: 34px;
    position: relative;
    top: -1px;
	opacity: 0.9;
}
#titulo-2 h4 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
#titulo-2 p {
	text-align: center;
}

a.menu-a-tag {
	color: #aaaaaa;
	padding: 15px;
}
a.menu-a-tag:hover {
	color: #fafafa;
}

#comparativa {
	position: relative;
}
#s-inicio,
#s-comparativa,
#s-caracterizacion {
	position: absolute;
	top:-100px;
}

#arrow-black {
	width: 70px;
	height: auto;
	z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 300px;
    opacity: 0;
	filter: blur(20px) drop-shadow(-6px 8px 6px rgb(0 0 0 / 0.6));
	-webkit-filter: blur(20px) drop-shadow(-6px 8px 6px rgb(0 0 0 / 0.6));
	animation: move 10s infinite linear;
	pointer-events: none;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}
#arrow-black.anuncio {
	opacity: 0.7;
	filter: blur(0px) drop-shadow(-6px 8px 6px rgb(0 0 0 / 0.6));
   -webkit-filter: blur(0px) drop-shadow(-6px 8px 6px rgb(0 0 0 / 0.6));
}

@keyframes move {
 0% {
 transform: rotate(0deg) translateX(75px) rotate(0deg);
 }
 100% {
 transform: rotate(360deg) translateX(75px) rotate(-360deg);
 }
}


#arrow-right,
#arrow-left {
	width: 35px;
	height: auto;
	z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: 23px;
    top: 178px;
    opacity: 0;
	filter: blur(20px) drop-shadow(-4px 7px 4px rgb(0 0 0 / 0.34));
	-webkit-filter: blur(20px) drop-shadow(-4px 7px 4px rgb(0 0 0 / 0.34));
	pointer-events: none;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}
#arrow-right.anuncio,
#arrow-left.anuncio {
	opacity: 0.7;
	filter: blur(0px) drop-shadow(-4px 7px 4px rgb(0 0 0 / 0.34));
   -webkit-filter: blur(0px) drop-shadow(-4px 7px 4px rgb(0 0 0 / 0.34));

   -webkit-animation: heartbeat 2.0s ease-in-out infinite both;
	        animation: heartbeat 2.0s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}



#box-poblacion .icon-v2 {
	opacity: 0.65;
}
#box-pib-estatal .icon-v2 {
	opacity: 0.75;
}

.navbar-header {
    height: 80px;
}
.blur {
	filter: blur(3px) !important;
	opacity: 0.8;
	transform: scale(0.8) !important;
}
.blur .progress-bar {
	opacity: 0;
}

#logo-top {
	width: 130px;
	height: auto;
}
#logo-ciep {
	width: 121px;
    height: auto;
    position: relative;
    top: -3px;
    margin-right: 26px;
}

.card-estados {
	background: #f9fafc;
	background: #eaedf1;
	background: #76C900;
	background: #DB487E;
	background: #A53869;
	background: #f0f0f0;
	background: #fae8ee;
	-webkit-box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.20);
	box-shadow: -1px 2px 6px 0px rgba(0,0,0,0.20);
	margin-bottom: 0.8rem;
	overflow: hidden;
}
.card-nacional {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	background: transparent;
	margin-bottom: 11px;
}
body .card-nacional .progress-sm {
    height: 5px;
	background-color: #eaeaea;
	padding-left: 0;
    padding-right: 0;
}
.card-nacional p {
	font-size: 13px;
	margin-bottom: 3px;
}
.card-nacional p.val-1 {
	font-size: 11px;
}
.card-nacional p.val-1 em {
	font-weight: 700;
	font-size: 13px;
}
.card-estados .card-body {
    background: #f9fafc;
    border-radius: 0 0 0.25rem 0.25rem;
}
img.icon {
	width: 25px;
    position: absolute;
    left: 12px;
    top: 4px;
}
img.icon-v2 {
	width: 41px;
    left: 9px;
    top: 13px;
    position: relative;
}
img.icon-v3 {
	width: 21px;
    position: relative;
    top: -2px;
    margin-right: 4px;
	filter: brightness(1.3);
}
.card-header-nacional {
	font-weight: 400;
    margin-bottom: 0px !important;
}
.titulo-nacional {
	font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 1em;
}
.titulo-nacional em{
	font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
}

.card-estados.updated .val-1,
.promedio-nacional.updated .val-1,
#comparativa .val-1.updated,
#comparativa .val-2.updated {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
}



.card-estados.updated .icon-v2 {
	-webkit-animation: scale-in-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}






.card-estados .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.4rem 1rem 0.45rem 1rem;
}
.card-estados .card-header {
    padding: 0.4rem 1rem 0.3rem 1rem;
    margin-bottom: 0;
    background-color: #eaedf1;
	background-color: #f9fafc;
	background-color: #EAF9D4;
	/*background-color: #F9EAEF;*/
    border-bottom: 0 solid #eaedf1;
	border-bottom: 1px dashed #ced4da;
	font-size: 12px;
	font-weight: bold;
	/*padding-left: 46px;*/
}
.card-estados .card-header em{
	font-style: normal;
    font-size: 9px;
    font-weight: normal;
    opacity: 0.7;
}

body .progress-sm {
    height: 8px;
	border-radius: 0;
}

#box-poblacion.card-estados {
	background-color: #fffadb;
	border: 1px dashed #ebb950;
}
#box-pib-estatal.card-estados {
	background-color: #ebf1ff;
	border: 1px dashed #4879db;
}
#box-poblacion.card-estados .card-header,
#box-pib-estatal.card-estados .card-header,
body .card-estados .card-header {
	background-color: #fff;
    border-bottom: 0;
	padding: 0.45rem 1rem 0rem 1rem;
}
#box-poblacion.card-estados .card-body,
#box-pib-estatal.card-estados .card-body,
body .card-estados .card-body  {
	background-color: #fff;
	padding: 0.15rem 1rem 0.5rem 1rem;
	border-radius: 0px;
}
body .progress.color-poblacion .progress-bar {
	background-color: #dbac48;
	background-color: #ebb950;
}
body .progress.color-pib .progress-bar {
	background-color: #4879db;
}

.card-estados p {
	margin-bottom: 0;
}
.card-estados .card-body p {
	font-size: 14px;
}
.card-estados .card-body p em{
	font-weight: 700;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.l-minus {
	margin-left: -2.5%;
}
.l-plus {
	margin-left: 2.5%;
}

.right-bars .l-minus {
	margin-left: 0%;
}
.right-bars .l-plus {
	margin-left: 5%;
}
.left-bars .l-minus {
	margin-left: 0%;
}
.left-bars .l-plus {
	margin-left: 5%;
}

#comparativa .header-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}
#comparativa .header-title em {
    font-size: 55%;
    font-weight: 500;
    color: #bdbdbd;
    text-transform: uppercase;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.cell.activo span{
	color: #fff;
    font-weight: bold;
    font-size: 23px;
}
#comparativa .cell.activo span{
    font-size: 20px;
}

.cell.activo  img.hexa {
	-webkit-transform: scale(1.30) !important;
            transform: scale(1.30) !important;

			-webkit-animation: none !important;
	        animation: none !important;

	/*-webkit-animation: heartbeat 2s ease-in-out infinite both !important;
	        animation: heartbeat 2s ease-in-out infinite both !important;*/
}


@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scale(1.30);
            transform: scale(1.30);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scale(1.30);
            transform: scale(1.30);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  15% {
    -webkit-transform: scale(1.30);
            transform: scale(1.30);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  45% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: scale(1.30);
            transform: scale(1.30);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}



.cell img.hexa.trans1 {
	-webkit-animation: pulsate-fwd-1 3.5s ease-in-out infinite;
	        animation: pulsate-fwd-1 3.5s ease-in-out infinite;
	  animation-delay: 0s
}
@-webkit-keyframes pulsate-fwd-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.cell img.hexa.trans2 {
	-webkit-animation: pulsate-fwd-2 3.5s ease-in-out infinite;
	        animation: pulsate-fwd-2 3.5s ease-in-out infinite;
	  animation-delay: 0s
}
@-webkit-keyframes pulsate-fwd-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
			opacity: 0.90;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}
@keyframes pulsate-fwd-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
			opacity: 0.90;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}


.cell img.hexa.trans3 {
	-webkit-animation: pulsate-fwd-3 3.5s ease-in-out infinite;
	        animation: pulsate-fwd-3 3.5s ease-in-out infinite;
	  animation-delay: 0s
}
@-webkit-keyframes pulsate-fwd-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
			opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}
@keyframes pulsate-fwd-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
			opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}


.cell img.hexa.trans4 {
	-webkit-animation: pulsate-fwd-4 3.5s ease-in-out infinite;
	        animation: pulsate-fwd-4 3.5s ease-in-out infinite;
	  animation-delay: 0s
}
@-webkit-keyframes pulsate-fwd-4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
			opacity: 0.80;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}
@keyframes pulsate-fwd-4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
			opacity: 0.80;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}

.text-right {
	text-align: right;
}

body .d-block {
    display: block!important;
    float: right;
    width: 303px;
    margin: 0 !important;
	border-radius: 9px 9px 9px 9px;
    box-shadow: -9px 9px 13px 0px rgb(0 0 0 / 21%);
}
body .full-banner .d-block {
	display: block!important;
    float: right;
    width: auto;
	height: 383px;
    margin: 0 !important;
	border-radius: 0;
    box-shadow: none;
}
body .carousel-inner {
    padding-top: 50px;
    padding-bottom: 20px;
}

body .carousel-item {
    padding: 20px;
}

body .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
body .carousel-control-next, .carousel-control-prev {
    width: 36px;
	opacity: 1;
}

body .carousel-item {
    padding-right: 9% !important;
    padding-left: 9% !important;
}
body .carousel-caption h5,
body .carousel-caption p {
	text-align: left;
}
body .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
	display: flex !important;
    height: 382px;
    align-items: center;
}
body .carousel-caption h5 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 46px;
	line-height: 1.03em;
}
body .carousel-caption p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 300;
	margin-bottom: 1.75rem;
    margin-top: 1.75rem;
}
body .carousel-caption .box-carousel {
	width: 75%;
	text-align: left;
}

#comp-01 {
	width: 100%;
    padding: 5% 6%;
}

.elementor-button {
    font-size: 15px;
    font-weight: 500;
    fill: #000000;
    color: #fff;
    background-color: #db487e;
    border-radius: 4px 4px 4px 4px;
    box-shadow: -4px 4px 9px 0px rgb(0 0 0 / 25%);
    padding: 1.2em 1.8em 1.2em 1.8em;
    display: inline-block;
}
.elementor-button:hover {
    color: #fff;
    background-color: #c93e72;
}

#selecciona-anio {
	margin-right: 11px;
	position: relative;
	bottom: -3px;
}

#c-info-left,
#c-info-right {
	padding-left: 1.5%;
    padding-right: 1.5%;
	filter: blur(0px);
	opacity: 1;
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}


#comparativa #c-info-left,
#comparativa #c-info-left p {
	text-align: right !important;
	display: flow-root;
}
#comparativa .card-estados {
    background: #fae8ee;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0.8rem;
    overflow: hidden;
	background: transparent;
}
#comparativa .col-md-3 {
	display:none;
}
#comparativa #c-info-left p.card-header,
#comparativa #c-info-right p.card-header  {
	font-size: 18px;
    background: transparent;
    line-height: 1em;
    padding-top: 4px;
    padding-bottom: 3px;
}
#comparativa .card-estados .card-body {
    padding: 0rem 1rem 0rem 1rem !important;
	background: transparent;
}

#comparativa #c-info-left p span {
    text-align: left !important;
	float: left;
	font-weight: 500;
	color: #DB487E;
	font-size: 13px;
}
 #comparativa #c-info-right p span {
    text-align: right !important;
	float: right;
	font-weight: 500;
	color: #DB487E;
	font-size: 13px;
}
#box-educacion-pt2 .bar-2,
#box-educacion-pt3 .bar-2 {
	background-color:#39c5b7 !important;
}
#comparativa #box-educacion-pt2  p.val-2 span,
#comparativa #box-educacion-pt3  p.val-2 span {
	           color:#39c5b7 !important;
}
#box-seguridad-pt2 .bar-2,
#box-seguridad-pt3 .bar-2  {
	background-color:#1b5faa !important;
}
#comparativa #box-seguridad-pt2  p.val-2 span,
#comparativa #box-seguridad-pt3  p.val-2 span  {
	           color:#1b5faa !important;
}
#box-infraestructura-pt2 .bar-2,
#box-infraestructura-pt3 .bar-2  {
	background-color:#28ac3a !important;
}
#comparativa #box-infraestructura-pt2  p.val-2 span,
#comparativa #box-infraestructura-pt3  p.val-2 span  {
	           color:#28ac3a !important;
}
#box-salud-pt2 .bar-2,
#box-salud-pt3 .bar-2 {
	background-color:#a0327e !important;
}
#comparativa #box-salud-pt2  p.val-2 span,
#comparativa #box-salud-pt3  p.val-2 span  {
	           color:#a0327e !important;
}
#box-pensiones-pt2 .bar-2,
#box-pensiones-pt3 .bar-2 {
	background-color:#f48806 !important;
}
#comparativa #box-pensiones-pt2  p.val-2 span,
#comparativa #box-pensiones-pt3  p.val-2 span {
	           color:#f48806 !important;
}

.cell img.hexa.trans5 {
	-webkit-animation: pulsate-fwd-5 3.5s ease-in-out infinite;
	        animation: pulsate-fwd-5 3.5s ease-in-out infinite;
	  animation-delay: 0s
}
@-webkit-keyframes pulsate-fwd-5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
			opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}
@keyframes pulsate-fwd-5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
			opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
			opacity: 1;
  }
}



.cell, .divTableHead {
	border: 0;
	display: table-cell;
	padding: 0;
	font-family: 'Ubuntu Mono', monospace;
	position: relative;
}
.cell span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2vw;
	text-transform: uppercase;
}
.divTableBody {
	display: table-row-group;
}
.cell.cur {
	cursor: pointer !important;
    cursor: hand !important;
}
.cell img.hexa {
	-webkit-transform: scale(1);
            transform: scale(1);

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;
	filter: invert(100%) hue-rotate(-64deg) brightness(118%);
	filter: invert(100%) hue-rotate(-64deg) brightness(140%) saturate(0%);
}
body .cell:hover img.hexa{
	filter: invert(0%) hue-rotate(0deg) brightness(150%) saturate(80%) drop-shadow(0 0 0 rgb(219 72 126 / 0.45));
	filter: invert(100%) hue-rotate(-0deg) brightness(118%) saturate(100%) drop-shadow(0 0 0 rgb(219 72 126 / 0.45));
}
body .cell.activo img.hexa {
	filter: invert(0%) hue-rotate(0deg) brightness(100%) saturate(100%) drop-shadow(-3px 3px 3px rgb(219 72 126 / 0.45));
	opacity: 1 !important;
}

#map-info-right .card-estados {
	margin-left: 7%;
}
#map-info-left .card-estados {
	margin-right: 7%;
}

#name-estado {
    font-size: 30px;
    font-weight: bold;
	margin-left: -8% !important;
    margin-top: -4px !important;
    margin-bottom: 1.5rem !important;
}
#name-estado.anuncio {
	color: #db487e;
}



#name-estado em{
    font-size: 55%;
    font-weight: 500;
    color: #bdbdbd;
	text-transform: uppercase;
}


#name-estado.updated {
	-webkit-animation: scale-in-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-in-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}








#map-info-right {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;
	position: absolute;
    right: 9%;
	top: 0rem!important;
	filter: blur(0px);
	transform: scale(1);
}
#map-info-left {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;
	position: absolute;
    left: 2%;
	bottom: 4rem!important;
	filter: blur(0px);
	transform: scale(1);
}
.dash-info-widget p {
	font-size: 12px;
}
h1#logo {
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
    font-weight: bolder;
}

.clear {
	clear: both;
	width: 100%;
}

#box-nacional {
	margin-left:-3%; background:#f9fafc; margin-top:2%;
}
#box-estados {
	padding-left:9%; padding-right:7%;
}

.solo-mobile {
	 display:none !important;
 }
 .solo-pc {
	 display:blokc !important;
 }



@media only screen and (max-width: 768px) {
  #pt-footer {
    height: 617px;
 }
 .solo-mobile {
	 display:block !important;
 }
 .elementor-button.solo-mobile {
	 display:inline-block !important;
 }
 .solo-pc {
	 display:none !important;
 }
 body .full-banner .d-block {
    width: 110%;
    height: auto;
 }
 #c-info-left, #c-info-right {
    filter: blur(0px) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
 }
 #arrow-right, #arrow-left {
    width: 31px;
    top: 108px;
 }
 #comparativa #c-info-left p.card-header, #comparativa #c-info-right p.card-header {
    margin-bottom: 5px;
 }
 .card-estados .col-xl-3.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 19%;
  }
 .card-estados .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
 }
 .cell span {
    font-size: 2.6vw;
 }
 .cell.activo span {
    font-size: 16px;
 }
 .container-fluid.no-padding {
	 padding-left: 0 !important;
	 padding-right: 0 !important;
 }
 #comparativa #c-info-left p span {
    width: 60%;
    line-height: 1.2;
 }
 #comparativa #c-info-right p span {
    width: 60%;
    line-height: 1.2;
 }
 body #comparativa .progress-sm {
    width: 100%;
    margin: 8px 0;
 }
 #arrow-right.anuncio, #arrow-left.anuncio {
    filter: blur(0px) drop-shadow(-2px 5px 4px rgb(0 0 0 / 0.34));
    -webkit-filter: blur(0px) drop-shadow(-2px 5px 4px rgb(0 0 0 / 0.34));
 }
 #comparativa .card-estados .card-body {
    padding: 0 !important;
 }
 .card-estados .card-body p {
    font-size: 13px;
 }
 .p-notas,
 #selecciona-anio,
 body .d-block,
 header .elementor-button {
	 display: none !important;
 }
 body .carousel-caption h5 {
    font-size: 35px;
 }
 body .carousel-caption {
    height: auto;
	margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 20px;
 }
 body .carousel-caption p {
    margin-bottom: 10px;
    margin-top: 10px;
 }
 .navbar-brand-box {
    display: block;
 }
 #logo-top {
    width: 114px;
 }
 #slider-container {
	 padding-left: 0;
    padding-right: 0 !important;
 }

 .elementor-button {
    padding: 10px 20px;
 }
 #box-titulo-1 {
	 margin-top: 10px !important;
 }
 body .carousel-inner {
    padding-top: 16px;
    padding-bottom: 10px;
 }
 .page-title {
    margin-bottom: 22px;
 }
 #box-nacional {
	margin-left: 2%;
    margin-top: 2%;
    width: 96%;
 }
 #box-estados {
	padding-left:2%; padding-right:2%;
 }
 #map-info-right {
    position: relative;
    right: 0;
	filter: blur(0px) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
 }
 #map-info-left {
    position: relative;
    margin-left: 0 !important;
    left: 0;
	margin-top: 30px;
	bottom: 0 !important;
	filter: blur(0px) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
 }
 #map-info-right .card-estados {
    margin-left: 0;
 }
 #map-info-left .card-estados {
    margin-right: 0;
	bottom: 0rem!important;
	margin-top: 0px;
	bottom: 0 !important;
 }
 #box-estados {
    margin-bottom: 0 !important;
	margin-top: 10px !important;
 }
 #name-estado {
    font-size: 26px;
    margin-left: 0% !important;
    margin-top: 0px !important;

 }
 #comparativa .cell.activo span {
    font-size: 13px;
 }
 #arrow-black {
	width: 35px;
	height: auto;
	z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 140px;
    opacity: 0;
	filter: blur(20px) drop-shadow(-3px 4px 5px rgb(0 0 0 / 0.6));
	-webkit-filter: blur(20px) drop-shadow(-3px 4px 5px rgb(0 0 0 / 0.6));
	animation: move 10s infinite linear;
	pointer-events: none;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
  }
  #arrow-black.anuncio {
	filter: blur(0px) drop-shadow(-3px 4px 5px rgb(0 0 0 / 0.6));
   -webkit-filter: blur(0px) drop-shadow(-3px 4px 5px rgb(0 0 0 / 0.6));
 }
   @keyframes move {
	 0% {
	 transform: rotate(0deg) translateX(35px) rotate(0deg);
	 }
	 100% {
	 transform: rotate(360deg) translateX(35px) rotate(-360deg);
	 }
	}


}
