/*MEDIA QUERIES*/
@media only screen and (max-width: 800px) {
		.BOTONES-ACCES {
			font-size: .7em;
		}
}
/*QUIENES SOMOS*/
.orga-items ul li div {
	color: blue;
	padding: .3em;
	font-weight: bold;
}
.orga-items ul li div:hover {
	transform: scale(1.1);
	transition: .7s;
	background: #fff;
	border: solid 1.3px blue;
	order: 90008;
}
.orga-items ul li div:after:before:hover {
	color: blue;
}
.wpda_tree_item_desc {
	margin: 1em;
}
/*INICIO*/
/*BIENVENIDOS*/
.animBienv {
  animation: scalaBienv 3s linear forwards;
	position: absolute;
	width: 90vw;
	top: 8%;
	left: 5%;
	background: rgba(255, 255, 255, .9);
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .9);
}
@keyframes scalaBienv {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(.8);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.bienvenidos-1 {
  fill: none;
  stroke: rgba(255, 255, 255, .7);
  filter: drop-shadow(5px 5px 0px #000);
  fill: #046BD2;
  stroke-width: 2px;
  stroke-dasharray: 35;
  stroke-linejoin: round;
  animation: bienVe 7s linear infinite forwards;
}
@keyframes bienVe {
  0% {
    stroke-dashoffset: 35;
  }

  100% {
    stroke-dashoffset: 150;
  }
}

.header-titulo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3%;
  background: url("https://apsee-web.org/wp-content/uploads/2025/03/background-post.jpg") center / cover;
  background-attachment: fixed;
  border-radius: 5%;
  border-color: 2px solid #fff;
  text-align: center;
  box-shadow: 0px 0px 20px #fff;
}
h1,
h2,
h3,
h4,
h5,
a,
p {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}
/*ACCESOS DIRECTOS*/
.BOTONES-ACCES {
	position: fixed;
	top: 1vh;
	z-index: 9999999999;
	right: 0vw;
	border-radius: 5% 0 0 5%;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .5);
	padding: 1em;
	-webkit-animation: dspX 20s 2s linear 2;
	        animation: dspX 20s 2s linear 2;
	transform: translatex(100vw);
}
.BOTONES-ACCES:hover {
	background: rgba(255, 255, 255, 1);
	transition: .7s;
  transform: scale(1.2);
}
@-webkit-keyframes dspX {
		0% {
			transform: translatex(100vw);
		}
		5% {
			transform: translatex(0vw);
		}
		65% {
			transform: translatex(0vw);
		}
		70% {
			transform: translatex(100vw);
		}
		100% {
			transform: translatex(100vw);
		}
}
@keyframes dspX {
		0% {
			transform: translatex(100vw);
		}
		5% {
			transform: translatex(0vw);
		}
		65% {
			transform: translatex(0vw);
		}
		70% {
			transform: translatex(100vw);
		}
		100% {
			transform: translatex(100vw);
		}
}
.BOTONES-ACCES li {
	list-style: none;
	padding: 0em;
}
.BOTONES-ACCES ul li a  {
	-webkit-animation: boton-late 2s linear alternate infinite;
	        animation: boton-late 2s linear alternate infinite;
	border-radius: 5%;
	padding: .2em;
}
.BOTONES-ACCES h6 {
	text-decoration: underline;
}
.pers-GREMIAL {
	text-align: center;
}
/*CALENDARIO*/
.tribe-events {
	background: rgba(255, 255, 255, .8);
	border-radius: 20px;
	box-shadow: 1px 1px 4px #000;
	margin: .5em;
}
/*BUSCADOR*/
.ast-search-icon:after {
	content: "BUSCAR";
	font-size: .7em;
	font-weight: bold;
  position: absolute;
	overflow: visible;
	margin: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: rgba(255, 255, 255, .5);
	border-radius: 10%;
	padding: .2em;
	-webkit-animation: boton-late 2s linear alternate infinite;
	        animation: boton-late 2s linear alternate infinite;
}
/*LOGO APSEE NORMAL*/
.cont-logoApsee-normal {
  -webkit-animation: logoApseeNormal 3s 2s forwards;
          animation: logoApseeNormal 3s 2s forwards;
  -webkit-filter: drop-shadow(none) saturate(0%);
          filter: drop-shadow(none) saturate(0%);
}
@-webkit-keyframes logoApseeNormal {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-filter: drop-shadow(none) saturate(0%);
            filter: drop-shadow(none) saturate(0%);
  }
  to {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-filter: drop-shadow(1px 1px 20px #fff) saturate(10%);
            filter: drop-shadow(1px 1px 20px #fff) saturate(10%);
  }
}
@keyframes logoApseeNormal {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-filter: drop-shadow(none) saturate(0%);
            filter: drop-shadow(none) saturate(0%);
  }
  to {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-filter: drop-shadow(1px 1px 20px #fff) saturate(10%);
            filter: drop-shadow(1px 1px 20px #fff) saturate(10%);
  }
}

/*JUBILADOS*/
.CONT-LOGO-JUBI:hover:before {
  content: "Un pequeño recorrido por las actividades realizadas por nuestros Jubilados y Jubiladas en nuestra casa...";
	font-size: .7em;
  position: absolute;
  z-index: 9888889;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 5px;
  padding: .1em;
}
.CONT-LOGO-JUBI img:hover {
  transition: .7s;
  transform: scale(1.2);
  -webkit-filter: drop-shadow(2px 2px 3px #000) saturate(160%);
          filter: drop-shadow(2px 2px 3px #000) saturate(160%);
  z-index: 9888888;
  transition: .7s;
  border-radius: 0;
}

/*BOTON ACCESOS DIRECTOS*/
.boton-late {
	-webkit-animation: boton-late 2s linear alternate infinite;
	        animation: boton-late 2s linear alternate infinite;
}
@-webkit-keyframes boton-late {
		from {
			transform: scale(1);
		}
		from {
			transform: scale(1.05);
			box-shadow: 2px 2px 3px #000;
		}
}
@keyframes boton-late {
		from {
			transform: scale(1);
		}
		from {
			transform: scale(1.05);
			box-shadow: 2px 2px 3px #000;
		}
}
.CONT-TRAB-INFO {
    display: grid;
    grid-template-columns: 1fr 10vw;
    position: fixed;
    bottom: 0;
		right: 1vw;
		transform: translateY(100vh);
    -webkit-animation: trab-info 20s 3s linear forwards 2;
            animation: trab-info 20s 3s linear forwards 2;
		cursor: pointer;
}
@-webkit-keyframes trab-info {
    0% {
        transform: translateY(100vh);
    }
    20% {
        transform: translateY(100vh);
    }
    22% {
        transform: translateY(0vh);
    }
    98% {
        transform: translateY(0vh);
    }
    100% {
        transform: translateY(100vh);
    }
}
@keyframes trab-info {
    0% {
        transform: translateY(100vh);
    }
    20% {
        transform: translateY(100vh);
    }
    22% {
        transform: translateY(0vh);
    }
    98% {
        transform: translateY(0vh);
    }
    100% {
        transform: translateY(100vh);
    }
}
.llamada-enlace {
		transform: translatey(-15vh)  translateX(5vh);
    padding: 1em;
    display: grid;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    background: rgba(0, 0, 0, .6);
    border: 2px solid #000;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}
.llamada-enlace p {
    white-space: nowrap;
    border-right: 3px solid;
    width: 31ch;
    -webkit-animation: tipeo 1.5s 7s steps(31), cursor 2s 7s step-end alternate;
            animation: tipeo 1.5s 7s steps(31), cursor 2s 7s step-end alternate;
    overflow: hidden;
		border-bottom: 2px solid #fff;
}
@-webkit-keyframes tipeo {
    from {
        width: 0;
    }
}
@keyframes tipeo {
    from {
        width: 0;
    }
}
@-webkit-keyframes cursor {
    0% {
        border-color: transparent;
    }
}
@keyframes cursor {
    0% {
        border-color: transparent;
    }
}
.llamada-enlace:hover {
    transform: translatey(-15vh) translatex(5vh) scale(1.03);
    transition: .7s;
    background: #fff;
    text-shadow: 1px 1px 2px #000;
}
.llamada-enlace ul li {
    -webkit-animation: btn-li 2s 8s infinite alternate;
            animation: btn-li 2s 8s infinite alternate;
    display: flex;
    letter-spacing: .1em;
}
@-webkit-keyframes btn-li {
    from {
        transform: scale(1);
    }
    from {
        transform: scale(1.05);
    }
}
@keyframes btn-li {
    from {
        transform: scale(1);
    }
    from {
        transform: scale(1.05);
    }
}
/*POST*/
.wp-show-posts-inner p {
	font-size: .5em;
}
.wp-show-posts-inner a {
	font-size: .9em;
}
.wp-block-latest-posts__featured-image:hover {
	transition: .7s;
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-filter: drop-shadow(2px 2px 3px #000) saturate(160%);
          filter: drop-shadow(2px 2px 3px #000) saturate(160%);
}
.wp-show-posts-inner img:hover {
	transition: .7s;
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-filter: drop-shadow(2px 2px 3px #000) saturate(160%);
          filter: drop-shadow(2px 2px 3px #000) saturate(160%);
}

nav {
  padding: 0;
}

nav ul {
  border-radius: 10%;
}

article {
	border: 1px solid #000;
  border-radius: 5%;
  box-shadow: 1px 1px 2px #000;
}

/*ACCION SOCIAL*/

@-webkit-keyframes botonAS {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(2px 2px 2px #000);
            filter: drop-shadow(2px 2px 2px #000);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes botonAS {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(2px 2px 2px #000);
            filter: drop-shadow(2px 2px 2px #000);
  }

  100% {
    transform: scale(1);
  }
}

.CONT-ACCION-SOCIAL-2 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-2 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/PREVISION-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-2 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-2 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-2 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-2:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-2:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-3 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-3 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/LUNA-DE-MIEL-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-3 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-3 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-3 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-3:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-3:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-4 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-4 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/CENA-BODAS-PLATA-ORO-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-4 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-4 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-4 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-4:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-4:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-5 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-5 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/CAZA-Y-PESCA-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-5 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-5 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-5 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-5:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-5:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-6 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-6 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/REMIS-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-6 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-6 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-6 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-6:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-6:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-7 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-7 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/CORO-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-7 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-7 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-7 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-7:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-7:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-8 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-8 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/AJEDREZ-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-8 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-8 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-8 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-8:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-8:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-9 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-9 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/ACTUACION-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-9 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-9 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-9 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-9:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-9:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-10 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-10 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/DANZAS-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-10 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-10 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-10 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-10:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-10:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-11 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-11 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/YOGA-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-11 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-11 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-11 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-11:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-11:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-12 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-12 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/INGLES-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-12 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-12 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-12 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-12:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-12:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-13 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-13 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/MEMORIA-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-13 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-13 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-13 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-13:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-13:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-14 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-14 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/LITERARIO-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-14 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-14 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-14 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-14:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-14:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-15 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-15 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/ESCRITURA-CREATIVA-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-15 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-15 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-15 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-15:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-15:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-16 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-16 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/04/SALON-1.jpg") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-16 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-16 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-16 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-16:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-16:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-17 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-17 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/05/NACIMIENTO-1.png") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-17 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-17 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-17 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-17:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-17:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-18 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-18 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/05/FUNERARIO-1.png") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-18 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-18 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-18 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-18:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-18:hover ul {
  display: none;
}

.CONT-ACCION-SOCIAL-19 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-19 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/05/GUARDERIA-1.png") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-19 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-19 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-19 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-19:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-19:hover ul {
  display: none;
}



.CONT-ACCION-SOCIAL-20 img {
  width: 5vw;
  -webkit-animation: botonAS 5s infinite;
          animation: botonAS 5s infinite;
}

.CONT-ACCION-SOCIAL-20 {
  background: url("https://apsee-web.org/wp-content/uploads/2025/05/15-18-1.png") center / cover no-repeat;
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-20 a {
  background: rgba(255, 255, 255, .7);
  padding: .5em;
  border-radius: 20px;
}

.CONT-ACCION-SOCIAL-20 ul li {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 20px;
  padding: .5em;
  text-shadow: 2px 2px 2px #000;
  list-style: none;
}

.CONT-ACCION-SOCIAL-20 a + ul {
  display: none;
}

.CONT-ACCION-SOCIAL-20:hover a + ul {
  display: block;
}

.CONT-ACCION-SOCIAL-20:hover ul {
  display: none;
}
/*TURISMO*/
/*HOTELES*/
.cont-hotel-indiv figcaption {
  margin: 0;
}

.cont-hotel-indiv:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv:nth-child(1):hover:after {
  content: "Hotel Valle del Sol";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv:nth-child(2):hover:after {
  content: "Hotel Ushuaia";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv:nth-child(3):hover:after {
  content: "Hotel Traful";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-2:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-2:nth-child(1):hover:after {
  content: "Hotel Sunset";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-2:nth-child(2):hover:after {
  content: "Hotel Smyrna";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-2:nth-child(3):hover:after {
  content: "Hotel Robles del Sur";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-3:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-3:nth-child(1):hover:after {
  content: "Hotel Savoia";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-3:nth-child(2):hover:after {
  content: "Hotel Savoia";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-3:nth-child(3):hover:after {
  content: "Hotel Savoia";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-4:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-4:nth-child(1):hover:after {
  content: "Hotel Puerto Hamlet";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-4:nth-child(2):hover:after {
  content: "Hotel Provincial Plaza";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-4:nth-child(3):hover:after {
  content: "Hotel Posta Carretas";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-5:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-5:nth-child(1):hover:after {
  content: "Hotel Paraíso Termal";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-5:nth-child(2):hover:after {
  content: "Hotel My Friends";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-5:nth-child(3):hover:after {
  content: "Hotel Morales";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-6:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-6:nth-child(1):hover:after {
  content: "Hotel Imperial Park";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-6:nth-child(2):hover:after {
  content: "Hotel Hathor";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-6:nth-child(3):hover:after {
  content: "Hotel Hathor";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-7:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-7:nth-child(1):hover:after {
  content: "Hotel Altos de Tandil";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-7:nth-child(2):hover:after {
  content: "Hotel Berna";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-7:nth-child(3):hover:after {
  content: "Hotel Rayentray";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-8:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-8:nth-child(1):hover:after {
  content: "Hotel Rayentray";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-8:nth-child(2):hover:after {
  content: "Hotel Rayentray";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-8:nth-child(3):hover:after {
  content: "Hotel El Mirador";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}
/*CAMPOS DE RECREO*/
.cont-hotel-indiv-9 figcaption {
  margin: 0;
}

.cont-hotel-indiv-9:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
  cursor: pointer;
}

.cont-hotel-indiv-9:nth-child(1):hover:after {
  content: "PASTELEROS";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-9:nth-child(2):hover:after {
  content: "PASTELEROS";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

.cont-hotel-indiv-9:nth-child(3):hover:after {
  content: "NÉSTOR KIRCHNER";
  position: absolute;
  display: flex;
  font-size: 1em;
  top: 50%;
  background: rgba(255, 255, 255, .6);
  text-shadow: 1px 1px 1px #fff;
  padding: .5em;
}

/*ANIM LOGO TURISMO*/
.CONT-PRINC-TURISMO {
  width: 15%;
}

.cont-logo-TURISMO {
  display: flex;
}

.cont-logo-TURISMO:hover:after {
  content: "Secretaría de Turismo y Campos de Recreo";
  position: absolute;
  display: flex;
  justify-content: center;
  color: bisque;
  font-style: italic;
  text-decoration: underline;
  text-shadow: 1px 1px 2px #000;
  font-size: 1em;
  font-weight: 600;
  z-index: 200;
}

.cont-logo-TURISMO_img {
  display: flex;
  position: relative;
  cursor: pointer;
}

.cont-logo-TURISMO_img_LOGO {
  transition: .7s;
  width: 30vw;
}

.cont-logo-TURISMO_img_avion {
  width: 50%;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 2px 3px #000);
          filter: drop-shadow(2px 2px 3px #000);
}

.cont-logo-TURISMO_img_micro {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 2px 3px #000);
          filter: drop-shadow(2px 2px 3px #000);
}

.cont-logo-TURISMO_img_LOGO + .cont-logo-TURISMO_img_avion {
  display: none;
}

.cont-logo-TURISMO_img_LOGO:hover + .cont-logo-TURISMO_img_avion {
  display: flex;
  -webkit-animation: avion-vuela 1s forwards;
          animation: avion-vuela 1s forwards;
}

@-webkit-keyframes avion-vuela {
  from {
    opacity: 0;
    transform: translateY(15%) translateX(-15%);
  }

  to {
    opacity: 1;
    transform: translateY(-15%) translateX(15%);
  }
}

@keyframes avion-vuela {
  from {
    opacity: 0;
    transform: translateY(15%) translateX(-15%);
  }

  to {
    opacity: 1;
    transform: translateY(-15%) translateX(15%);
  }
}

.cont-logo-TURISMO_img_LOGO + .cont-logo-TURISMO_img_avion + .cont-logo-TURISMO_img_micro {
  display: none;
}

.cont-logo-TURISMO_img_LOGO:hover + .cont-logo-TURISMO_img_avion + .cont-logo-TURISMO_img_micro {
  display: flex;
  -webkit-animation: micro-mueve 1s forwards;
          animation: micro-mueve 1s forwards;
}

@-webkit-keyframes micro-mueve {
  from {
    opacity: 0;
    transform: translateX(15%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes micro-mueve {
  from {
    opacity: 0;
    transform: translateX(15%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cont-logo-TURISMO_img_LOGO:hover {
  transform: scale(1.1);
  -webkit-filter: drop-shadow(4px 4px 6px #000);
          filter: drop-shadow(4px 4px 6px #000);
}



/*VIDEO*/
.cont-pag-principal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	height: 15%;
}
.cont-pag-principal h2 {
  position: absolute;
}
.cont-video video {
  border-radius: 5%;
  opacity: .4;
}


/*REDES*/
.cont-redes img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
}
/*FOOTER*/
.mapa-apsee {
  display: block;
  margin: auto;
  border-radius: 10%;
}

/*ANIM LOGO APSEE*/
.cont-logo-apsee {
  cursor: pointer;
  display: flex;
  position: relative;
}
#animLogo-apsee {
  position: absolute;
}

.cont-logo-apsee:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
}

.st6 {
  fill: none;
  stroke: black;
  stroke-width: 2px;
  stroke-dasharray: 890;
  -webkit-animation: tipo-apsee 5s forwards;
          animation: tipo-apsee 5s forwards;
}

@-webkit-keyframes tipo-apsee {
  0% {
    stroke-dashoffset: 890;
    fill: none;
  }

  85% {
    stroke-dashoffset: 0;
    fill: none;
  }

  93% {
    fill: #FBB040;
  }

  94% {
    fill: none;
  }

  95% {
    fill: #FBB040;
  }

  96% {
    fill: none;
  }

  97% {
    fill: #FBB040;
  }

  98% {
    fill: none;
  }

  100% {
    fill: #FBB040;
  }
}

@keyframes tipo-apsee {
  0% {
    stroke-dashoffset: 890;
    fill: none;
  }

  85% {
    stroke-dashoffset: 0;
    fill: none;
  }

  93% {
    fill: #FBB040;
  }

  94% {
    fill: none;
  }

  95% {
    fill: #FBB040;
  }

  96% {
    fill: none;
  }

  97% {
    fill: #FBB040;
  }

  98% {
    fill: none;
  }

  100% {
    fill: #FBB040;
  }
}

.st0,
.st2,
.st1 {
  -webkit-animation: scalaLOGO 1s 5s;
          animation: scalaLOGO 1s 5s;
  transform-origin: center;
}

@-webkit-keyframes scalaLOGO {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scalaLOGO {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

/*ANIMA LOGO CGT*/
.CONT-LOGO-CGT {
  margin-left: 15%;
  width: 7vw;
  position: relative;
  top: 0;
  align-items: end;
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  overflow: hidden;
}

.CONT-LOGO-CGT:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: .7s;
  -webkit-filter: saturate(2) drop-shadow(2px 2px 3px #000);
          filter: saturate(2) drop-shadow(2px 2px 3px #000);
}

.CONT-LOGO-CGT p {
  font-size: 1em;
  text-align: center;
  opacity: 0;
  -webkit-animation: tipoIZQ 2s 5s forwards;
          animation: tipoIZQ 2s 5s forwards;
}
@media only screen and (max-width: 800px) {
	.CONT-LOGO-CGT p {
  	font-size: .5em;
}
		.CONT-LOGO-CGT {
			width: 15vw;
		}
}

@-webkit-keyframes tipoIZQ {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tipoIZQ {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.CONT-LOGO-CGT img {
  opacity: 0;
  -webkit-animation: logoAsciende 1s 4s forwards;
          animation: logoAsciende 1s 4s forwards;
}

@-webkit-keyframes logoAsciende {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes logoAsciende {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*ACCION SOCIAL*/

.CONT-OSTEE tr:hover {
	transform: scale(1.2);
	transition: .7s;
	z-index: 885255;	
}
.cont-apseesalud {
		width: 350px;
		height: 350px;
		position: relative;
    background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) 0 100vh no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) 0 -100vh / contain no-repeat;
    -webkit-animation: back-apsee-salud 1s .5s linear forwards;
            animation: back-apsee-salud 1s .5s linear forwards;
    transition: .7s;
    overflow: hidden;
}
@-webkit-keyframes back-apsee-salud {
    0% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) 0 100vh no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) 0 -100vh / contain no-repeat;
    }
    90% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) bottom no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) top / contain no-repeat;
        transform: scale(1);
    }
    100% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) bottom no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) top / contain no-repeat;
    }
    
}
@keyframes back-apsee-salud {
    0% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) 0 100vh no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) 0 -100vh / contain no-repeat;
    }
    90% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) bottom no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) top / contain no-repeat;
        transform: scale(1);
    }
    100% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/APSEE-SALUD-MED.png) bottom no-repeat, url(https://apsee-web.org/wp-content/uploads/2025/05/LOGO-RRRRRARRRR.png) top / contain no-repeat;
    }
    
}
.cont-apseesalud svg {
    position: absolute;
    bottom: 0;
}
.cont-apseesalud img {
    width: 30%;
    position: absolute;
    bottom: 2%;
    left: -100vw;
    -webkit-animation: logo-apsee-salud .5s 1.7s linear forwards;
            animation: logo-apsee-salud .5s 1.7s linear forwards;
}
@-webkit-keyframes logo-apsee-salud {
    from {
    left: -100vw;
    }
    to {
    left: .5vw;
    }
}
@keyframes logo-apsee-salud {
    from {
    left: -100vw;
    }
    to {
    left: .5vw;
    }
}
.cont-apseesalud button {
	background: rgba(0, 0, 0, .7);
  border: 2px dashed #fff;
}
.cont-apseesalud a {
    position: absolute;
    bottom: -100vh;
    -webkit-animation: btn-apsee-salud .5s 1.5s linear forwards;
            animation: btn-apsee-salud .5s 1.5s linear forwards;
    justify-self: center;
    right: 10%;
}
@-webkit-keyframes btn-apsee-salud {
    from {
        bottom: -100vh;
    }
    to {
        bottom: .5vh;
    }
}
@keyframes btn-apsee-salud {
    from {
        bottom: -100vh;
    }
    to {
        bottom: .5vh;
    }
}
.apsee-salud-svg {
    fill: #046BD2;
    -webkit-animation: svg-apsee-salud .5s forwards;
            animation: svg-apsee-salud .5s forwards;
}
@-webkit-keyframes svg-apsee-salud {
   from {
    transform: translateX(-100vw);
    opacity: 0;
   }
   to {
    transform: translateX(0vw);
    opacity: 1;
   }
}
@keyframes svg-apsee-salud {
   from {
    transform: translateX(-100vw);
    opacity: 0;
   }
   to {
    transform: translateX(0vw);
    opacity: 1;
   }
}
/*ANIM LOGO ACCION SOCIAL*/
.CONT-PRINC-AS {
  opacity: 0;
  width: 15%;
}
.logo-accion-social {
  display: flex;
  cursor: pointer;
}
.logo-accion-social:hover {
  -webkit-animation: anim-logo-AS 8s infinite alternate linear;
          animation: anim-logo-AS 8s infinite alternate linear;
  -webkit-filter: drop-shadow(0px 0px 0px #000);
          filter: drop-shadow(0px 0px 0px #000);
}
@-webkit-keyframes anim-logo-AS {
  0% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  10% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }

  30% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  40% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }

  60% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  70% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }

  90% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  100% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }
}
@keyframes anim-logo-AS {
  0% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  10% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }

  30% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  40% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }

  60% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  70% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }

  90% {
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 0px 0px #000);
            filter: drop-shadow(0px 0px 0px #000);
  }

  100% {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(3px 3px 4px #000);
            filter: drop-shadow(3px 3px 4px #000);
  }
}
.logo-accion-social:hover:after {
  content: "Secretaría de Previsión y Acción Social";
  position: absolute;
  top: 20%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-style: italic;
  text-decoration: underline;
  text-shadow: 1px 1px 2px #000;
  font-size: 1em;
  font-weight: 600;
  z-index: 200;
}
/*PRENSA*/
.gal-siempreAPSEE {
  cursor: pointer;
}
.gal-siempreAPSEE img:hover {
  transition: .7s;
  transform: scale(1.2);
  -webkit-filter: drop-shadow(2px 2px 3px #000) saturate(160%);
          filter: drop-shadow(2px 2px 3px #000) saturate(160%);
  z-index: 8888888;
  transition: .7s;
  border-radius: 0;
}
.flyer-radio-after:hover:before {
  content: "GALERIA DE PROGRAMAS EMITIDOS";
  position: absolute;
  z-index: 8888889;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
  padding: .2em;
}
/*GALERIA*/
.boton-gal-prensa {
    display: flex;
    background: url(https://apsee-web.org/wp-content/uploads/2025/05/484450649_4117736361793499_2827101115901386349_n.jpg) top / 240px 300px no-repeat;
    -webkit-animation: desvan-prensa 3s infinite alternate linear;
            animation: desvan-prensa 3s infinite alternate linear;
    justify-content: center;
    align-items: center;
    border: 10px solid #fff;
    box-shadow: 2px 2px 3px #000;
		height: 300px;
}
@-webkit-keyframes desvan-prensa {
    0% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/484450649_4117736361793499_2827101115901386349_n.jpg) top / 240px 300px no-repeat;
    }
    20% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/nestorapsee.jpg) top / 240px 300px no-repeat;
    }
    40% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/FLYER-SMITH.jpg) top / 240px 300px no-repeat;
    }
    60% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/DIA-DEL-TRABAJADOR-DE-LA-ENERGIA.jpg) top / 240px 300px no-repeat;
    }
    80% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/486140824_4133641826869619_1078329085321305692_n.jpg) top / 240px 300px no-repeat;
    }
    100% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/486124665_4122866477947154_986110992380266439_n.jpg) top / 240px 300px no-repeat;
    }
}
@keyframes desvan-prensa {
    0% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/484450649_4117736361793499_2827101115901386349_n.jpg) top / 240px 300px no-repeat;
    }
    20% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/nestorapsee.jpg) top / 240px 300px no-repeat;
    }
    40% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/FLYER-SMITH.jpg) top / 240px 300px no-repeat;
    }
    60% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/DIA-DEL-TRABAJADOR-DE-LA-ENERGIA.jpg) top / 240px 300px no-repeat;
    }
    80% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/486140824_4133641826869619_1078329085321305692_n.jpg) top / 240px 300px no-repeat;
    }
    100% {
        background: url(https://apsee-web.org/wp-content/uploads/2025/05/486124665_4122866477947154_986110992380266439_n.jpg) top / 240px 300px no-repeat;
    }
}
.boton-gal-prensa a {
    background: rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px #000;
    padding: .5em;
    border-radius: 15px;
    font-size: 1.1em;
    -webkit-animation: late 2s linear infinite alternate;
            animation: late 2s linear infinite alternate;
    text-align: center;
		border-radius: 5%;
}
@-webkit-keyframes late {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.01);
    }
}
@keyframes late {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.01);
    }
}
.boton-gal-prensa a:hover {
    background: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 2px #000;
    font-size: 1.2em;
    box-shadow: 1px 1px 50px #fff;
    -webkit-text-stroke: .1px #000;
    letter-spacing: .1em;
    transition: .7s;
}
.galeria-fotos figure img:hover {
	transform: scale3d(3, 3, 3);
	transition: 0.4s;
	z-index: 9000;
	-webkit-filter: drop-shadow(2px 2px 3px #000);
	        filter: drop-shadow(2px 2px 3px #000);
}
.cont-cita-secretarios p {
	color: #fff;
}