html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.js-transitions-disabled * {
  transition: none !important;
}
.carousel {
  position: relative;
  height: 313px;
  width: 88%;
  overflow: hidden;
  -webkit-perspective: 50vw;
          perspective: 50vw;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
}
.carousel__control {
  position: absolute;
  height: 160px;
  width: 40px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.carousel__control a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  box-sizing: border-box;
}
.carousel__control a:hover:before {
  background-color: rgba(162,8, 0,0.5);
}
.carousel__control a.active:before,
.carousel__control a.active:hover:before {
  background-color: rgba(162,8, 0);
}
.carousel__control a:first-child {
  margin-top: 15px;
}
.carousel__control a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  padding-top: 25%;
  width: 25%;
  background: rgba(162,8, 0,0.2);
  content: '';
  display: block;
  margin-top: -12.5%;
}
.carousel__stage {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(calc(-50vh + 20px));
          transform: translateZ(calc(-50vh + 20px));
}
.spinner {
  position: absolute;
  width: calc(30vw - (20px));
  height: calc(100vh - 40px);
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.js-spin-fwd .spinner {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
.js-spin-bwd .spinner {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.js-spin-fwd .spinner--right {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.js-spin-bwd .spinner--right {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
.spinner--right {
  right: 0;
  left: auto;
}
.spinner__face {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spinner__face.js-next {
  display: block;
  -webkit-transform: rotateX(90deg) translateZ(calc(50vh - 20px));
          transform: rotateX(90deg) translateZ(calc(50vh - 20px));
}
.spinner--right .spinner__face.js-next {
  -webkit-transform: rotateX(270deg) translateZ(calc(50vh - 20px));
          transform: rotateX(270deg) translateZ(calc(50vh - 20px));
}
.js-spin-bwd .spinner__face.js-next {
  -webkit-transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
          transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
}
.js-spin-bwd .spinner--right .spinner__face.js-next {
  -webkit-transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
          transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
}
.js-active {
  display: block;
  -webkit-transform: translateZ(calc(50vh - 20px));
          transform: translateZ(calc(50vh - 20px));
}
.content {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
}
.spinner--right .content {
  left: -100%;
}
.content__left,
.content__right {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.content__right {
  right: 0;
  left: auto;
}
.content__left {
  background-repeat: no-repeat;
  background-size: cover;
}
.content__left:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  
}
.content__left h1 {
  position: absolute;
  top: 50%;
  margin-top: -3vw;
  margin-left: 1vw;
  text-align: center;
  font-family: oswald;
  font-size: 4vw;
  height: 10vw;
  opacity: 1;
  color: #303030;
  width: 90%;
  letter-spacing: 0.15em;
  line-height: 1.1;
 }
.content__left span {
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  opacity: 0.9;
  font-family: Merriweather;
}
.content__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__right .content__main {
  position: absolute;
  font-family: Merriweather, serif;
  text-align: left;
  color: #4c4c4c;
  font-size: 1vw;
  padding: 0 3vw 0 3vw;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
  text-align: justify;
}
.content__right .content__main p:last-child {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85em;
  }
.content__right .content__index {
  font-size: 30vh;
  position: absolute;
  right: 2vh;
  top: 15vh;
  opacity: 0.04;
  font-family: oswald;
  color: #fff;
}
/*
[data-type="img1"] .content__left {
  background-image: url("../img/yhqcm2.jpg");
}
*/

[data-type="imgm1"] .content__left {
  /*background-image: url("../img/sisge2023v1.png");*/
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */

}
.spinner--right [data-type="imgm1"] .content__left {
  background-image: none;
}

/* imagen */ 
/* Módulo: Cobertura de Programas Sociales */ 
[data-type="imgm2"] .content__left {
  background-image: url("../img/MCobProg.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  /*height: 600px; *//* You must set a specified height */
  /* background-size: cover;  Resize the background image to cover the entire container */
  background-size: contain;/*100% 100%;*/ /*75% 50%;*/
}
.spinner--right [data-type="imgm2"] .content__left {
  background-image: none;
}

/* Módulo: Mapas Temáticos */ 
[data-type="imgm"] .content__left {
  background-image: url("../img/MTematicos.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-size: contain;
  }
.spinner--right [data-type="imgm"] .content__left {
  background-image: none;
}

/* Módulo: Radios de Influencia */ 
[data-type="imgRadInf"] .content__left {
  background-image: url("../img/MRadInf.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-size: contain;
}
.spinner--right [data-type="imgRadInf"] .content__left {
  background-image: none;
}

/* Módulo: Zonas de Atención Prioritaria */ 
[data-type="imgz"] .content__left {
  background-image: url("../img/MZAP.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-size: contain;
}
.spinner--right [data-type="imgz"] .content__left {
  background-image: none;
}

/* Módulo: Seguimiento Histórico de Localidades */ 
[data-type="imgHistLocs"] .content__left {
  background-image: url("../img/MHistLocs.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-size: contain;
}
.spinner--right [data-type="imgHistLocs"] .content__left {
  background-image: none;
}


/* Módulo: Estancias Infantiles */ 
[data-type="imgp"] .content__left {
  background-image: url("../img/MEstInf.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-size: contain;
}
.spinner--right [data-type="imgp"] .content__left {
  background-image: none;
}

/* Módulo: FAIS */ 
[data-type="imgFais"] .content__left {
  background-image: url("../img/MFAIS.png");
  background-repeat: no-repeat, repeat;
  background-position: center; /* Center the image */
  background-size: contain;
}
.spinner--right [data-type="imgFais"] .content__left {
  background-image: none;
}


/* Imagen Institucional 2018-2024 */
.fColor { color: rgb(121,121,126); }
.fColorAref { color: #e6d7c1;}
.Fondo { background-color: #a22244; }
.h100 { height:80px;}
.DIRECCIONES { 
	font-family:Trajan Pro; 
	margin:40px 0 15px 0; 
	font-size:25px; 
}
.banner{ border-bottom:1px solid #dce0e0; margin:0 11px; }
.banner:before { 
	content:" ";
	width:35px;
	height: 5px;
	background-color: #a22244;
	display:block;
	position: absolute;
	top:81px;
} 
.fSisge { font-family:Trajan Pro;  font-weight: bold;}
.fPie { font-size: 10px; text-align:center; }
.imgLogo { margin: 21px 35px 0 0; }
.imgDGA { position:absolute; top:19px; }

.imgLogo2023 {margin: 5px 30px 5px 0px;}
/*.imgDAE2023 {position:absolute; top:15px; left:19rem}*/
.imgDAE2023 {top:15px;}

.image:hover {
	-webkit-box-shadow: 0px 0px 15px 10px rgb(190,147, 65, 0.2);
	box-shadow: 0px 0px 15px 10px rgb(190, 147, 65);
}
.image {
	-webkit-box-shadow: 0px 0px 15px 5px rgb(255,255,255);
	box-shadow: 0px 0px 15px 5px rgb(255,255,255);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 104px; 
	height: 104px; 
	border: 0px;
}
.copyright{ 
	/*text-decoration:underline; */
	padding:4px 0 1px 0; 
	font-size:12px; 
	margin:20px 11px 5px 11px; 
	text-align:center; 
	color: #fdf4ed;
}

.copyright2023{ 
	/*text-decoration:underline; */
	padding:4px 0 1px 0; 
	font-size:12px; 
	margin:20px 11px 5px 11px; 
	text-align:center; 
	color: #fdf4ed;
}
