footer {
    background-color: #ffb71c;
}
footer h1, 
footer h2,
footer h3,
footer h4,
footer p,
footer a,
footer div
{
    color: #fff;
}
body.page-node-20064
{
background: url(/sites/default/files/2025-08/Fondociclovia_0.png), #b90000; ;
    background-size: cover,cover ;
        background-repeat: no-repeat,repeat;
        background-position-y: 19%;
}
body {
    background: url(/sites/default/files/2025-08/Fondo4.jpg), #b90000;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-position-y: 19%;
}


h1
{
	color:#FFB71B;    font-weight: bold;
}
h2
{
		color:#fff;    font-weight: bold;

}
p
{
		color:#fff; 
}

.menu-principal .nav-item span
{
    background: #ffb71c;
    border-radius: 0px 0px 10px 10px;
    min-width: 170px;
    margin: -10px 5px;
    padding: 8px;
    width: 170px;
    height: 67px;
    text-wrap: auto;
    align-content: center;
}
.menu-principal .nav-item a::before
{
  content:"";
      display: inline-block;
    width: 170px;
    height: 212px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle
}
.menu-principal .nav-item li  a::before
{
  content:"";
  display: block;
      width: auto;
    height: auto;
      background-image:none;
  transition: transform 0.8s ease-in-out; /* duración más larga y efecto más suave */



}

.menu-principal .nav-item li span {
    width: 170px;
    margin: 0px;
    padding: 5px;
    height: auto;
    border-radius: 0px;
        border-bottom: 1px #e3e3e3 solid;
}
.dropdown-menu.show {
display: block;
    background: #ffb71c;
    max-width: 186px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 14px;
    left: 5px;
    border: none;
}
.menu-principal .nav-item a
{
		display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    padding:0;
    text-decoration: none;
    color: #ffff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.menu-principal .inicio
{
--animate-duration: 0.5s; /* duración personalizada */
}
.menu-principal .mapa
{
--animate-duration: 0.7s; /* duración personalizada */
}
.menu-principal .programacion 
{
--animate-duration: 0.9s; /* duración personalizada */
}
.menu-principal .actividades 
{
--animate-duration: 1.1s; /* duración personalizada */
}
.menu-principal .hazparte
{
--animate-duration: 1.3s; /* duración personalizada */
}
.menu-principal .atencion 
{
--animate-duration: 1.5s; /* duración personalizada */
}

.menu-principal .inicio a::before
{
  background-image: url(/sites/default/files/2025-08/img_inicio.png);
}
.menu-principal .mapa a::before
{
  background-image: url(/sites/default/files/2025-08/img_mapa.png);
}
.menu-principal .programacion a::before
{
  background-image: url(/sites/default/files/2025-08/img_programacion.png);
}
.menu-principal .actividades a::before
{
  background-image: url(/sites/default/files/2025-08/img_Actividades.png);
}
.menu-principal .hazparte a::before
{
  background-image: url(/sites/default/files/2025-08/img_hazparte.png);
}
.menu-principal .atencion a::before
{
  background-image: url(/sites/default/files/2025-08/img_atencion_0.png);
}

.navbar-nav .nav-link.show,
.menu-principal .nav-item a:hover,
.navbar-nav .nav-link.active
{
	color: #EA0029;
	    text-shadow:none;
  transform: scale(1.05); /* zoom más sutil */


}


.bloquecicloviainicio h1
{
	color:#FFB71B;    font-weight: bold;
}
.bloquecicloviainicio h2
{
		color:#C00A20;    font-weight: bold;

}

.bloquecicloviainicio img:hover {

    filter: drop-shadow(2px 4px 6px black);
}

.fondorojoCabezablanca
{
    background: url(/sites/default/files/2025-08/Fondo3.png), #c00a20;
    background-position: top, top;
    background-repeat: no-repeat !important;
}

.fondorojoCabezablanca .slick-autoplay-toggle-button {
    color: #ffffff !important;
}


.bloquecicloviainicio 
{
	background: #FFF;
}

.slick img, .slick iframe {

    border-radius: 20px;
}

.amarillo
{
		color:#FFB71B;    font-weight: bold;
	font-size:4em;
}

.Botonamarillo
{
color: #FFF;
    background-color: #F3B736;
    font-weight: bold;
    font-size: 2em;
    padding: 9px 19px;
    border-radius: 25px !important;
    }

thead, tbody, tfoot, tr, td, th {

    background: transparent !important;
    border: none !important;
    color:#FFF !important;
}
table
{
	justify-self: center;
	
}

td{
    min-width: 230px;
    justify-items: flex-end;
    
}
.bootstrap-tabs {
    max-width: 100% !important;
}


.bootstrap-tabs .nav-tabs {
    border: none;
justify-content: center;
}
.bootstrap-tabs  .tab-content > .active {
    display: block;
    border: none;
}
.bootstrap-tabs .tab-link img
{
    width: 250px;
}
.bootstrap-tabs  .nav-tabs > li.active {
    background-color: transparent;
}

.bootstrap-tabs .nav-tabs > li.active > a, 
.bootstrap-tabs .nav-tabs > li.active > a:hover, 
.bootstrap-tabs .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
}

.bootstrap-tabs .nav-tabs > li > a:hover {
    border-color: transparent;
    /* filter: drop-shadow(2px 4px 6px black); */
}
.bootstrap-tabs .nav-tabs > li > a:hover img {
 
    filter: drop-shadow(2px 4px 6px black); 
   mix-blend-mode: luminosity;
    
}
.bootstrap-tabs .nav > li > a:hover,
.bootstrap-tabs .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}


.bootstrap-tabs .nav-tabs > li.active img {
    filter: drop-shadow(2px 4px 6px black);
   mix-blend-mode: luminosity;
}

/***SEGUNDO NIVEL DE TABS**/



.bootstrap-tabs .bootstrap-tabs  .nav-tabs {
  
justify-content: start;
}


.bootstrap-tabs .bootstrap-tabs .nav-tabs {
    border: none;

}
.bootstrap-tabs .bootstrap-tabs .tab-content > .active {
   display: block;
    border: none;
    background-color: #FFF;
    border-top: 10px solid #ffb71b;
    margin-top: 1px;
}
.bootstrap-tabs .tab-link img
{
    width: 250px;
}
.bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active {
    background-color: #FFB71B;
    border-radius: 10px 10px 0px 0px;
    min-width: 200px;
    color: #FFF;
}



.bootstrap-tabs .bootstrap-tabs .nav-tabs > li {
   
  background-color: #A8A8A8;
    border-radius: 10px 10px 0px 0px;
    min-width: 200px;
    margin-right: 10px;

}

.bootstrap-tabs .bootstrap-tabs li a {
    color: #454545;
    font-weight: 600;
    justify-self: center;
}


.bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active > a, 
.bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active > a:hover, 
.bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active > a:focus {
color: #FFF;
    font-weight: 700;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
}

.bootstrap-tabs .bootstrap-tabs .nav-tabs > li > a:hover {
    border-color: transparent;
    /* filter: drop-shadow(2px 4px 6px black); */
}
.bootstrap-tabs .bootstrap-tabs .nav-tabs > li > a:hover img {
 
    filter: drop-shadow(2px 4px 6px black); 
}
.bootstrap-tabs .bootstrap-tabs .nav > li > a:hover,
.bootstrap-tabs .bootstrap-tabs	 .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

/**********TERCER NIVEL TABS ******************/

.bootstrap-tabs .bootstrap-tabs  .bootstrap-tabs {
    display: flex;
}
.bootstrap-tabs .bootstrap-tabs,
.bootstrap-tabs .bootstrap-tabs p {
    color:#000;
}
.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs {
    width: 30%;
    display: flex
;
    flex-direction: column;

    box-shadow: inset -1px 0 0 #ddd;
}

.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .tab-content {
    width: 70%;
}


.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .tab-content > .active {
   display: block;
    border: none;
    background-color: transparent;
    border-top: none;
    margin-top: 1px;
}

.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs > li {
    background-color: transparent;
}

.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active > a, 
.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active > a:hover, 
.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active > a:focus {
    color: #EA0029;
}

.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active {
     border-right: solid 10px #ea0029;
    border-radius: 0;
    padding: 0px;
    margin: -5px;
}
.bootstrap-tabs h3,.bootstrap-tabs h2
{
color:#ea0029;	
}




/************************************/

.bootstrap-tabs[data-tab-set-title="Detalle"] {
    display: flex;
    background-color: #FFF;
    /*border-top: 20px solid #EA0022 !important;*/
}
.bootstrap-tabs[data-tab-set-title="Detalle"] .nav-tabs {
    width: 30%;
    display: flex
;
    flex-direction: column;

    box-shadow: inset -1px 0 0 #ddd;
}

.bootstrap-tabs[data-tab-set-title="Detalle"] .tab-content {
    width: 70%;
}


.bootstrap-tabs[data-tab-set-title="Detalle"] .tab-content > .active {
   display: block;
    border: none;
    background-color: transparent;
    border-top: none;
    margin-top: 1px;
}

.bootstrap-tabs[data-tab-set-title="Detalle"] .nav-tabs > li {
    background-color: transparent;
}

.bootstrap-tabs[data-tab-set-title="Detalle"] .nav-tabs > li.active > a, 
.bootstrap-tabs[data-tab-set-title="Detalle"] .nav-tabs > li.active > a:hover, 
.bootstrap-tabs[data-tab-set-title="Detalle"] .nav-tabs > li.active > a:focus {
    color: #EA0029;
}

.bootstrap-tabs[data-tab-set-title="Detalle"] .nav-tabs > li.active {
     border-right: solid 10px #ea0029;
    border-radius: 0;
    padding: 0px;
    margin-right: -5px;
    margin-top: 20px;
}

.bootstrap-tabs[data-tab-set-title="Detalle"]  .nav-tabs > li.active {
    background-color: #FFF;
}

.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane {
    background-color: #FFF;
    color:#000;
    margin-top: 20px;
}

.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane p {
    color:#000;
}
.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane h1,
.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane h2,
.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane h3,
.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane h4,
.bootstrap-tabs[data-tab-set-title="TipoActividadSencilla"]  .tab-pane h5{
    color:#EA0029;
}


/*. */


img {
   max-width: 100%;
    height: auto;
}




.video-hero {
  position: relative;
  width: 100%;
  min-height: 60vh;          /* alto mínimo visible */
  overflow: hidden;          /* recorta el video sobrante */
}

/* El video ocupa todo el contenedor */
.video-bg {
  position: absolute;
  inset: 0;                  /* top/right/bottom/left: 0 */
  width: 100%;
  height: 100%;
  object-fit: cover;         /* rellena sin deformar */
}

/* Oscurecer/colorear para mejorar legibilidad (opcional) */
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 5%);
    pointer-events: none;
}

.video-content {
position: relative;
    z-index: 1;
    color: #fff;
    margin-left: 10%;
    min-height: 90vh;
    padding: 1rem;
    text-align: start;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

/* Ejemplo botón */
.btn-cta {
  display: inline-block;
  margin-top: 1rem;
  padding: .75rem 1.25rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: .5rem;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(3px);
  transition: transform .3s ease;
}
.btn-cta:hover { transform: translateY(-2px); }


.js-modal-page-show .modal-content {
    background-color: transparent !important;
}

.modal.show .modal-dialog {
    transform: none;
    margin: 0px;
}
.modal-body {

    padding: 0px;
}

.tit1
{
	color: #FFFFFF;
    font-size: 7em;
    font-weight: bold;
}
.tit2
{
color: #EA0029;
    font-size: 5em;
    font-weight: bold;
    margin-left: 15%;
    padding: 0px;
    margin-top: -52px;
}
.texto1
{
    font-size: 29px;
    line-height: normal;
    width: 35%;
}
.texto2
{
     float: right;
     width: 35%;
     margin-right: 10%;
}



  
.amarillo2 {
    color: #FFB71B;
    font-weight: bold;
}

.Botonamarillo2 {
    color: #FFF;
    background-color: #F3B736;
    font-weight: bold;
    font-size: 1em;
    padding: 5px 100px 11px 100px;
    border-radius: 25px !important;
text-decoration: none;
}
.textosnegros p
{
	color:#000;
}
.textosnegros a
{
	color:#EA0029;
}

.field--name-field-descripcion p {
    font-family: 'Work Sans', sans-serif;
    line-height: 30px;
    font-size: 20px;
}

.textosnegros h3,  .textosnegros h3 {
    font-size: 2.25rem !important;
    font-weight: 600;
    padding-top: 10px !important;
}
.paragraph--type--titulo-seccion .h2 {
    background: #ffc107 !important;
    color: #9e0b17 !important;
    font-weight: bold !important;
}

.textosnegros li {
    font-size: 20px;
}

.breadcrumb-item a {
    color: #FFF;
}
.breadcrumb-item + .breadcrumb-item {
    color: #FFF;
}
















/********************* historia**********************/







/* contenedor scroll (mantén tu JS) */
.timeline-container{
  overflow-x:auto; scroll-behavior:smooth; flex:1;
  cursor:grab;
}
.timeline-container:active{ cursor:grabbing; }

/* pista (eje) */
.timeline{
  position:relative;
  display:flex; gap:42px; padding:32px 24px;
  min-height:420px;  /* alto suficiente para alternar */
}


/* cada evento */
.timeline-item{
  position:relative;
  width: 394px;
    flex: 0 0 394px;
    display: flex;
    justify-content: center;
}

/* “nodo” sobre el eje */
.timeline-item::after{
  content:""; position:absolute; left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:18px; height:18px; background:var(--axis);
  border-radius:50%; box-shadow:0 0 0 6px rgba(0,0,0,.15);
  z-index:2;
}

/* conector vertical */
.timeline-item::before{
  content:""; 
  position:absolute; 
  left:1%; 
  transform:translateX(-50%);
  width:3px; 
  background:var(--axis); z-index:1;
}

/* arriba: la tarjeta sube y el conector va del eje hacia arriba */
.timeline-item.top .card{      
	margin-bottom: 525px;
}
.timeline-item.top::before{ 
	bottom:52%; 
height:60px; }

/* abajo: la tarjeta baja y el conector va del eje hacia abajo */
	.timeline-item.bottom .card{    
		margin-top: 525px;}
.timeline-item.bottom::before{ 
	top:52%; 
	height:60px;
}

/* tarjeta (imagen + texto) */
.card{
  background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 0px;
    box-shadow: none;
    border: none;
}
.card img{
	width: auto;
    height: 150px;
  object-fit:cover;
  border-radius:10px; 
  margin-bottom:10px;
  border: solid 4px #FFF;
}
.card h3{ margin:6px 0 8px; color:var(--accent); font-size:28px; }

/* botones laterales (opcional) */
.scroll-btn{
  position:absolute; 
  top:50%; 
  transform:translateY(-50%);
  width:44px;
  height:44px; border:none;
  border-radius:50%;
  background:none;
  color:var(--bg);
  font-weight:700;
  cursor:pointer;
  z-index:5;
  box-shadow:0 4px 10px rgba(0,0,0,.3);
}
.scroll-btn.left{ 
	left:8px;
	  box-shadow: none;
    top: 47%;

	} .scroll-btn.right{
		    right: 8px;
    box-shadow: none;
    top: 47%;
		
	
	}
.scroll-btn.left img{ 
		filter: opacity(0.5) invert(1);

		  transform: rotate(180deg);
}
.scroll-btn.right img{
		filter: opacity(0.5) invert(1);
}


.timeline-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.timeline-nav button {
  background: #FFD700;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  color: #600;
  transition: background 0.3s;
}

.timeline-nav button:hover {
  background: #ffa500;
}


.timeline-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  cursor: grab;

  /* 🔽 oculta la barra de scroll */
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE y Edge antiguos */
}

.timeline-container::-webkit-scrollbar {
  display: none;              /* Chrome, Safari, Edge moderno */
}

.timeline-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 40px 0; /* espacio arriba y abajo */
  background: url(https://www.idrd.gov.co/sites/default/files/2025-09/fondos.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-position-y: 17%;
}

/* línea central fija */
.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  z-index: 1; /* queda detrás de los puntos */
}

/* el carrusel */
.timeline-container {
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
}
.timeline-container::-webkit-scrollbar { display: none; }

.timeline {
  display: flex;
  gap: 0px;
  padding: 20px;
  position: relative;
  z-index: 2; /* items sobre la línea */
}

.timeline-item {
  min-width: 250px;
  flex-shrink: 0;
  position: relative;
}

/* círculos sobre la línea */
.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
} 
.bgrednew
{
	background-color: #c00a20;
}




/***************************************/

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 100%;
    }
}





/* Laptop mediano (entre 1200px y 1299px) */
@media (max-width: 1299px) {
  /* Ajustes para laptops medianos */
  .texto2 {
   
    width: 50%;
  }
  .texto1 {
 
    width: 59%;
}
    
}

.highlight 
{
	filter: drop-shadow(1px -6px 3px rgba(0, 0, 0, 0.95));
	fill: orange; /* Opcional, solo si quieres cambiar color */
}
svg{
    background-color: #FFF;
}


/* Laptop pequeño / pantallas de 1024px */
@media (max-width: 1199px) {
  /* Ajustes para laptops pequeños */
  
	.modal.show .modal-dialog {
	    width: 100% !important;
	    max-width: 100%;
	}
}

/* Tablet horizontal (≈ 992px) */
@media (max-width: 991px) {
  /* Ajustes para tablets en horizontal */
}

/* Tablet vertical (≈ 768px) */
@media (max-width: 767px) {
  /* Ajustes para tablets verticales */
  .tit1 {
    color: #FFFFFF;
    font-size: 5em;
    font-weight: bold;
}

.tit2 {
    color: #EA0029;
    font-size: 3em;
    font-weight: bold;
    margin-left: 13%;
    padding: 0px;
    margin-top: -39px;
}


    .texto1 {
        width: 100%;
    }
        .texto2 {
        width: 100%;
    }
    
    .show li {
    margin-bottom: 20px;
}
    .menu-principal .nav-item a::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 352px;
    }
    .menu-principal .nav-item span {
    background: #ffb71c;
    border-radius: 0px 0px 10px 10px;
    min-width: 90%;
    margin: -10px 5px;
    padding: 8px;
    width: 90%;}
    
    
    .bootstrap-tabs .nav > li > a > img {
    max-width: 169px;
    margin: -10px;
}
.bootstrap-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 4px;
}

.bootstrap-tabs .nav-tabs > li {
    background-color: #A8A8A8;
    border-radius: 10px 10px 0px 0px;
    min-width: 100px !important;
    margin: 3px;
	}

	.bootstrap-tabs .bootstrap-tabs .nav-tabs > li {
	
	    min-width: 100px;
		}
	.bootstrap-tabs .tab-pane {
	    padding: 5px !important;
	    
	}
	
	.bootstrap-tabs .bootstrap-tabs .bootstrap-tabs .nav-tabs > li.active {
    border-right: solid 10px #ea0029;
    border-radius: 0;
    padding: 0px;
    margin: 6px;
}

.timeline-item.bottom .card {
    margin-top: 0px;
}
	    
.timeline-item.top .card {
    margin-bottom: 0px;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    top:89%;
}


.timeline-item.bottom::before {
    top: 93%;
    height: 20px;
}

.scroll-btn.right {

    top: 83%;display: none;
}

.scroll-btn.left {

    top: 83%;display: none;
}

.timeline-item.top::before {
    bottom: 2%;
    height: 20px;
}
.timeline-item::after {
    content: "";
    position: absolute;
    top: 102%;
}

.timeline-nav {
    display: block;
            text-align: center;
    
}
 .timeline-nav button {

    margin-bottom: 5px;
 }

}

/* Móviles grandes (≈ 576px) */
@media (max-width: 575px) {
  /* Ajustes para móviles grandes */
}

/* Móviles pequeños (< 480px) */
@media (max-width: 479px) {
  /* Ajustes para móviles pequeños */
}

/* Extra pequeño (< 360px) */
@media (max-width: 359px) {
  /* Ajustes para pantallas muy pequeñas */
}
:root{
  --bg:#6b0000;         /* vino */
  --card:#8b0000;
  --axis:#fff;
  --accent:#ffd700;     /* dorado */
}



.noticias .views-field-title
{
	    padding: 5px;
}
.noticias .views-field-title a
{
	        text-transform: none;
    color: #DDD;
    text-decoration: none;
    font-size: 1.2em;
    line-height: normal;
    font-weight: bold;
}


.noticias .views-field-created
{

    color: #ffffff;
    padding: 0px 7px 7px 0px;
    text-align: right;
    margin-top: 0px;
    
}


.noticias .not {
    background-color: #dc3545;
    padding: 20px;
}

.noticias .views-view-responsive-grid__item-inner,
.noticias .views-view-responsive-grid__item{
    height: 100% !important;
}
.galerias .views-field-title
{
	    padding: 5px;
}

.galerias .views-field-title a
{
	        text-transform: none;
    color: #DDD;
    text-decoration: none;
    font-size: 1.2em;
    line-height: normal;
    font-weight: bold;
}






img.unete:hover,
.bootstrap-tabs .nav-tabs > li.active img.unete
{
	 content: url("/sites/default/files/2025-09/hov_unete.png");
}
img.TodosJuntos:hover,
.bootstrap-tabs .nav-tabs > li.active img.TodosJuntos
{
	 content: url("/sites/default/files/2025-09/hov_TodosJuntos.png");
}
img.BienestarAnimal:hover,
.bootstrap-tabs .nav-tabs > li.active img.BienestarAnimal
{
	 content: url("/sites/default/files/2025-09/hov_BienestarAnimal.png");
}
img.PausayRepara:hover,
.bootstrap-tabs .nav-tabs > li.active img.PausayRepara
{
	 content: url("/sites/default/files/2025-09/hov_PausayRepara.png");
}


img.btnGuardian:hover,
.bootstrap-tabs .nav-tabs > li.active img.btnGuardian
{
	 content: url("/sites/default/files/2025-09/hov_btnGuardian.png");
}
img.btnsocial:hover,
.bootstrap-tabs .nav-tabs > li.active img.btnsocial
{
	 content: url("/sites/default/files/2025-09/hov_btnServicioSocial.png");
}
img.btnmodulos:hover,
.bootstrap-tabs .nav-tabs > li.active img.btnmodulos
{
	 content: url("/sites/default/files/2025-09/hov_btnmodulos.png");
}
img.btnEventos:hover,
.bootstrap-tabs .nav-tabs > li.active img.btnEventos
{
	 content: url("/sites/default/files/2025-09/hov_btnEventos.png");
}


   
img.consejos:hover,
.bootstrap-tabs .nav-tabs > li.active img.consejos
{
	 content: url("/sites/default/files/2025-09/hov_consejos.png");
}
img.Lineas:hover,
.bootstrap-tabs .nav-tabs > li.active img.Lineas
{
	 content: url("/sites/default/files/2025-09/hov_Lineas.png");
}
img.form:hover,
.bootstrap-tabs .nav-tabs > li.active img.form
{
	 content: url("/sites/default/files/2025-09/hov_form.png");
}






