﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root {
  --primary-color: #194a19;
  --secondary-color: #24732b;
  --neutral-bg: #f9f9f9;
  --hover-bg: #e8f5e9;
  --text-color: #333;
  --border-color: #d1d5db;
  --hover-color:#24732bb4;
}

html{
  font-family: "DM Sans", sans-serif !important;
}


img{ 
	max-width:inherit !important;
}
a{
  color: inherit;
}
button{
  border: inherit;
  background: inherit;
  border-style: solid;
  margin-left:0px;
}

#sliderContainer > article >article button{
	border-style: solid;
}
/* Estilos Miga de pan  */

.crumb {
  display: inline-block;
  align-items: center;
  text-decoration: none;
}

.crumb-sep-with-image::before {
  content: url("/SiteAssets/V1/assets/img/right.svg");
  display: inline-block;
  align-items: center;
  width: 0.4rem; /* Ajusta el ancho de la imagen segÃƒÂºn sea necesario */
  height: 0.4rem; /* Ajusta la altura de la imagen segÃƒÂºn sea necesario */
  margin: 0 5px;
  margin-top: 2px;
}
/* Estilos Miga de pan  */


@font-face {
    font-family: 'Ponjoung Medium';
    src: url('/SiteAssets/Circasia/assets/fonts/Ponjoung-Medium.woff2') format('woff2'),
    	 url('/SiteAssets/Circasia/assets/fonts/Ponjoung-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/*Estilos scroll*/
::-webkit-scrollbar {
    width: 8px; /* ancho de la barra */
 
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* color del fondo de la barra */
}

::-webkit-scrollbar-thumb {
    background: #36c012; /* color del pulgar (parte que se mueve) */
    border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
    background: #008000; /* color del pulgar al pasar el mouse */
}
/*Estilos scroll*/

@media (min-width: 1000px) {
  .iconMov {
    display: none !important;
  }
}


@media (max-width: 600px) {
  #s4-workspace::-webkit-scrollbar {
    width: 0px;
  }
}
.title__notEvent{
	color:white;
}
/*  Estilos Footer  */
footer.background-container {
  position: relative;
  background: url('/SiteAssets/V1/assets/img/Test-Footer.jpg') no-repeat center center/cover;
  width: 100%;
}

footer.background-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 70, 0, 0.85); /* Verde muy oscuro, casi negro */
  z-index: 1;
  pointer-events: none;
}

footer.background-container .content {
  position: relative;
  z-index: 2;
}

/* Estilos de Slider principal */
#sliderContainer, #videoContainer {
  transition: opacity 0.5s ease;
}

#showInfo,.slide-content section .slide-desc  {
  padding-left: 1.5rem; /* px-6 */
  padding-right: 1.5rem;
  padding-top: 0.75rem;  /* py-3 */
  padding-bottom: 0.75rem;
  background-color: white; /* bg-white */
  color: black; /* text-black */
  border-radius: 0.5rem; /* rounded-lg */
  position: relative; /* relative */
  font-weight: 600; /* font-semibold */
  overflow: hidden; /* overflow-hidden */
  transition: all 0.7s; /* transition-all duration-700 */
  z-index: 30; /* z-30 */
  font-size: 1.125rem; /* md:text-lg (for medium screens and up) */
}

#showInfo::after, .slide-content section .slide-desc::after {
  content: '';
  position: absolute; /* after:absolute */
  height: 0.25rem; /* after:h-1 */
  width: 0.25rem;  /* after:w-1 */
  background-color: var(--secondary-color); /* after:bg-secondColor */
  left: 1.25rem; /* after:left-5 */
  bottom: 0; /* after:bottom-0 */
  transform: translateY(100%); /* after:translate-y-full */
  border-radius: 0.375rem; /* after:rounded-md */
  z-index: -20; /* after:-z-20 */
  transition: all 0.7s; /* after:transition-all after:duration-700 */
}

#showInfo:hover, .slide-content section .slide-desc:hover {
  color: white; /* hover:text-white */
  text-shadow: 2px 2px 2px #171e5a; /* hover:[text-shadow:2px_2px_2px_#171e5a] */
}

#showInfo:hover::after, .slide-content section .slide-desc:hover::after {
  transform: scale(300); /* after:hover:scale-[300] */
  transition: all 0.7s; /* after:hover:transition-all after:hover:duration-700 */
}

/* Estilos Boton Video */ 
.Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: transparent;
}
/* Icono centrado */
.iconSlider{
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Texto con transición de entrada y salida */
.textSlider{
   position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: 0.3s;
}
/* Hover: expandir botón y mostrar texto animado */
.Btn:hover {
  width: 125px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.Btn:hover .iconSlider{
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 20px;
}
.Btn:hover .textSlider{
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}
/* Click efecto */
.Btn:active {
  transform: translate(2px, 2px);
}

.splide__pagination__page.is-active{
  background: #fff !important;
  transform: scale(1) !important;
  border: none !important;
}
/* Tramites en Linea*/
.card-tramites{
  width: 190px;
  height: 250px;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
 }
 
 .card-tramites-details {
  color: var(--primary-color);
  height: 100%;
  gap: .5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight:500;
  transition: font-weight 0.3s ease-in-out, color 0.3s ease-in-out;
}
.card-tramites:hover .card-tramites-details {
  color: var(--primary-color);
  transition: 0.3s ease-out;
  font-weight:700;
}


 .card-button-tramites {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
 }
 /*Hover*/
 .card-tramites:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
 }
 
 .card-tramites:hover .card-button-tramites {
  transform: translate(-50%, 50%);
  opacity: 1;
 }

.btn-sede {
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 2px solid #194a19;
  color: #194a19;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width:100%;
}

.btn-sede:hover {
  background-color: #194a19;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-sede.active {
  background-color: #194a19;
  color: white;
}
.tab-button.active {
  background-color: #194a19;
  color: white;
}

.tab-button {
  background-color: transparent;
  color: #194a19;
  border: 2px solid #194a19;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slide-content {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    transparent 100%
  );
  transform: translateY(0%);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 0.8);
  z-index: 10;
  position: absolute;
  border-radius: 0.75rem;
  padding: 1.5rem; /* p-6 */
  width: 100%;
  bottom: 0; /* Cambiado de 1rem a 0 para que el gradiente llegue al borde */
  gap: 0.5rem; /* gap-2 */
  display: flex;
  flex-direction: column;
}

.slide-content h1 {
  margin-bottom: 1rem; /* mb-4 */
}

.slide-desc {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s, max-height 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.splide__slide:hover .slide-content,
.splide__slide:focus-within .slide-content {
  transform: translateY(0%);
  bottom: 0;
}

.splide__slide:hover .slide-desc,
.splide__slide:focus-within .slide-desc {
  opacity: 1;
  max-height: 10rem; /* Ajusta según el tamaño máximo de la descripción */
  overflow: hidden;
}

.splide__slide:hover .slide-img,
.splide__slide:focus-within .slide-img {
  filter: blur(4px) brightness(0.8);
  border-radius: 0.75rem;
}
.contenido_botones2 {
  width: max-content;
  display: block;
  z-index: 20;
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  right: 2%;
}
.contenido_botonesNoticias {
  width: max-content;
  display: block;
  z-index: 20;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  right: 2%;
}
.contenido_botonesEventos {
  width: max-content;
  display: block;
  z-index: 20;
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  left: 7%;
}

@media (max-width:600px){
	.contenido_botonesEventos {
	left:0%;
}
}
/* Estilos boton Ver mas Eventos*/
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  box-shadow: 0 0 0 2px white;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width:300px;
}
@media(max-width:600px){
	.animated-button{
	width:auto;
}
}

.animated-button i {
  position: absolute;
  width: 24px;
  fill: white;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button .textButton{
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
   text-align: center;
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 100px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .textButton {
  transform: translateX(12px);
}

.animated-button:hover i {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px white;
}

.animated-button:hover .circle {
  width: 300px;
  height: 300px;
  opacity: 1;
}
/* Estilos boton2 Ver mas Noticias*/
.animated-button2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #24732b;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  box-shadow: 0 0 0 2px white;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width:250px;
}
@media(max-width:600px){
	.animated-button2{
	width:auto;
}
}

.animated-button2 i {
  position: absolute;
  width: 24px;
  fill: white;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button2 .arr-1 {
  right: 16px;
}

.animated-button2 .arr-2 {
  left: -25%;
}

.animated-button2 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #1b5a21;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button2 .textButton{
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
   text-align: center;
}

.animated-button2:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white;
  border-radius: 100px;
}

.animated-button2:hover .arr-1 {
  right: -25%;
}

.animated-button2:hover .arr-2 {
  left: 16px;
  
}

.animated-button2:hover .textButton {
  transform: translateX(12px);
 
}

.animated-button2:hover i {
  fill: #212121;
}

.animated-button2:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px white;
}

.animated-button2:hover .circle {
  width: 300px;
  height: 300px;
  opacity: 1;
}
/* Estilos boton2 Ver mas Blog*/
.animated-button3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: #171e5a;
  border-radius: 100px;
  font-weight: 600;
  color: white;
  box-shadow: 0 0 0 2px white;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width:300px;
}
@media(max-width:600px){
	.animated-button3{
	width:auto;
}
}

.animated-button3 i {
  position: absolute;
  width: 24px;
  fill: white;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button3 .arr-1 {
  right: 16px;
}

.animated-button3 .arr-2 {
  left: -25%;
  color:#171e5a;
}

.animated-button3 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #f0f0ef;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.animated-button3 .textButton{
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
   text-align: center;
}

.animated-button3:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white;
  border-radius: 100px;
}

.animated-button3:hover .arr-1 {
  right: -25%;
}

.animated-button3:hover .arr-2 {
  left: 16px;
  
}

.animated-button3:hover .textButton {
  transform: translateX(12px);
   color:#171e5a;
}

.animated-button3:hover i {
  fill: #212121;
}

.animated-button3:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px white;
}

.animated-button3:hover .circle {
  width: 300px;
  height: 300px;
  opacity: 1;
}


/*Ver mas noticia*/
.bookmarkBtn {
  width: 150px;
  height: 50px;
  border-radius: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
  cursor: pointer;
  overflow: hidden;
  gap: 6px;
  transition: transform 0.2s ease, border-color 0.3s ease;
  position: relative;
}
.IconContainer {
  width: 60px;
  height: 40px;
  background: linear-gradient(to bottom, #2e8a35, #24732b);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.icon {
  border-radius: 1px;
}

.textNoticia {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24732b;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1rem;
}

.bookmarkBtn:hover .IconContainer {
  width: 130px;
  transition-duration: 0.3s;
}

.bookmarkBtn:hover .textNoticia {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.bookmarkBtn:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

.tab-content-wrapper {
  position: relative;
  min-height: 350px; /* Estimar el tamaño mínimo del contenido visible */
}

.tab-content-list > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 0.5rem; /* espacio para scroll sin recortar contenido */
}
/*Transicion nuestros servicios*/
.fade-in {
  opacity: 0;
  animation: fadeIn 300ms ease forwards;
}

.fade-out {
  opacity: 1;
  animation: fadeOut 300ms ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/* Estilos Boton ver slider */
/* Contenedor general del acordeón */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Item */
.accordion-item {
  border-bottom: 1px solid var(--primary-color)!important;
  overflow: hidden;
  background-color: var(--neutral-bg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.accordion-item:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Encabezado */
.accordion-header {
  color: white;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-size: 1.05rem;
  transition: background-color 0.3s ease;
  border:none;
}
.accordion-header span{
	color:var(--primary-color);
}
.accordion-header:hover {
  background-color: var(--hover-color)!important;
}
.accordion-header:hover span {
  color: #ffffff;
}
.accordion-header:hover i {
  color: #ffffff;
}


.accordion-header i {
  transition: transform 0.3s ease;
  font-size: 1.1rem;
  color:var(--primary-color);
}

/* Rotación del ícono cuando está abierto */
.accordion-header.rotate i {
  transform: rotate(180deg);
}

/* Contenido */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  background-color: #fff;
  color: var(--text-color);
  font-size: 0.95rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-top: 1px solid var(--border-color);
}

.accordion-content.open {
  padding: 1rem 1.5rem;
  max-height: 1000px;
  background-color: #fff;
  animation: fadeIn 0.3s ease-in-out;
}


#ctl00_PlaceHolderMain_ctl00__ControlWrapper_RichImageField .ms-rtestate-field{
	display:flex;
	justify-content: center;
}
#ctl00_PlaceHolderNoticia_g_06d6f7cb_24cf_4704_a782_14e49996b098_ctl00_NoticiasH li  article{
	display:flex;
	flex-direction:column;
}
#ctl00_PlaceHolderPlantillaNoticia_ctl03__ControlWrapper_RichImageField .ms-rtestate-field{
	display:flex;
	justify-content:center;
}

.fa-video{
font-size: 1.125rem; /* 1.125rem (18px) */ 
line-height: calc(1.75 / 1.125); /* calc(1.75 / 1.125) */
}
.slider__home .splide__pagination{
	border-style: solid;
	border-color:white;
}
#noticiasHome{
	list-style-type: none;
}
#itemsContainer{
	list-style-type: none;
}
@media(min-width:700px){
	#videoContainer {
	height:550px;
}
#sliderContainer{
	height:550px;
}
}