:root {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}


:root {
      --border-default: 24px;
      --border-raidus-cards: 15px;
      --height-basic-card: 300px;
      --color-text-dault: #39b54a;
      --font-size-title: 18px;
      --box-shadow-white: 0px 3px 6px #00000029;
      --marginlineup: -250px;
      --bs-pink-low: #fee8f0;
      --color-text-default: #35a845;
      --color-text-oai: #707070;
      --color-govco: #0943B5;
      --color-secondary-oai: #64A269;
      --color-danger-oai: #F15749;
      --color-purple-oai: #6388DB;
      --font-weight-oai: 900;
      --bs-card-spacer-y: 1rem;
  		--bs-card-spacer-x: 1rem;
  		--width-ctg-logo:65px;
  		--height-ctg-logo:17px;
  		--bs-btn-bg: #0943B5;
  		--bg-color-orange: #F79C0D;
  		--color-fondo-layout-one: #FCFBF9;
  		--bg-color-orange-low: #C4965F;
}

/* Estilos GB */

.title-gb {
  color: #4B4B4B;
}

.ctg-logo{
	width: var(--width-ctg-logo);
	height: var(--height-ctg-logo);

}
.text-gb{
	
	color: var(--color-text-oai);
}

.bg-orange{
	
	background:var(	--bg-color-orange) ;
	
}

.bg-orange-low{
	
	background:var(	--bg-color-orange-low) ;
	
}

.bg-layout-one {
  background-color: var(--color-fondo-layout-one);
}

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    padding-right: var(--bs-gutter-x,0.75rem);
    padding-left: var(--bs-gutter-x,0.75rem);
}



.w-20{
	max-width: 18%;
}
.w-10{
	max-width: 10%;
}

.fluid70{
	height: 600px;
	
}

.title-gb strong {
  font-family: "NunitoSans-ExtraBold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900 !important;
  font-style: normal;
  color: #4B4B4B;
}

/*final*/


.block.block-visitors.block-visitors-popular-block > .item-list > h3 {
    font-size: 1rem !important;
}

.block.block-visitors.block-visitors-popular-block  > h2 {
    font-size: 1.5rem !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -5px !important;
  left: 0;
  width: 100%;
}

/*.bs-text-center._none.bs-mb-4.block.block-layout-builder.block-inline-blockbootstrap-imagen {
    margin-bottom: 20px !important;
    margin-top: -18px !important;
}*/

/* ESCONDER BLOQUE DE USUARIO*/
footer.node__meta {
    display: none;
}

/* QUITAR EL PADDING
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0 0rem !important;
}
*/



/* COLOR DE CANVAS DE LYOUT BUILDER
#drupal-off-canvas {
    color: #000;
    background: #fff;
}*/

/* Estilo del breadcrumb*/
.breadcrumb-ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 1rem;
}


html, body {
  overflow-x: clip;
}

.row.g-0 {
    --bs-gutter-x: 1.5rem !important;
}



.breadcrumb{
 display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
 
}

#block-b5subtheme-breadcrumbs > nav{
 /* margin-top: 55px;*/
 /* margin-bottom: 30px;*/
  box-shadow: -332px 0px 0px 0px #e9ecef, 332px 0px 0px 0px #e9ecef;
}

.breadcrumb-item > a{
 
  color: #333333;
  text-decoration: underline #090;
 
}

.a2a_dd.addtoany_share img {
  height: 24px;
}

.rounded-5 {
  border-radius:13px;
}
.rounded-top {
    border-radius: 13px 13px 0px 0px !important;
}






#layout-builder-modal textarea{
	
	height: 100% !important;
}

/* footer GOV.CO */



  /**
   * Gov.co (https://www.gov.co) - Gobierno de Colombia
   *  - Componente: Footer
   *  - Version: 4.0.0
   */

  /*** FUENTE ICONOS ***/
  

  [class^="govco-"]:before,
  [class*=" govco-"]:before {
  font-family: "govco-fontv2";
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

  .govco-twitter-square:before {
  content: "\ee16";
  }

  .govco-twitter:before {
  content: "\ee17";
  }

  .govco-instagram-square:before {
  content: "\ed5b";
  }

  .govco-instagram:before {
  content: "\ed5c";
  }

  .govco-facebook-f:before {
  content: "\ed0e";
  }

  .govco-facebook-messenger:before {
  content: "\ed0f";
  }

  .govco-facebook-square:before {
  content: "\ed10";
  }

  .govco-facebook:before {
  content: "\ed11";
  }

  .govco-phone:before {
  content: "\ea8a";
  }

  .govco-phone-alt:before {
  content: "\ea85";
  }

  .govco-separator {
  border-left: 1px solid #e5eefb;
  opacity: 1px;
  height: 44px;
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
  }

  .govco-logo {
  height: 30px;
  display: inline-block;
  content: url(https://www.cartagena.gov.co/sites/default/files/logos/logo-gov.svg)!important;
  vertical-align: super;
  }

  .govco-co {
  height: 48px;
  margin-top: 24px;
  display: inline-block;
  content: url(https://www.cartagena.gov.co/sites/default/files/logos/logo-colombia.svg) !important;
  }

  .govco-portales-contenedor {
  background-color: var(--color-govco);
  color: white;
  }

  .govco-links-portal-container {
  margin-left: 15px !important;
  margin-bottom: 50px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  }

  .govco-link-portal {
  color: white;
  margin-right: 20px !important;
  text-decoration: underline;
  }

  .govco-texto-telefonos,
  .govco-texto-datos-portal {
  display: inline-block;
  margin-left: 15px !important;
  margin-top: 40px !important;
  width: calc(100% - 50px) !important;
  }

  .govco-text-header-portal-1 {
  color: white;
  text-align: left;
  font-size: 20px !important;
  font-weight: bold;
  }

  .govco-text-header-portal-2 {
  color: white;
  text-align: left;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 0 !important;
  }

  .govco-iconContainer {
  display: inline-block !important;
  }

  .govco-network {
  /*margin-top: 60px !important;*/
  margin-left: 15px !important;
  }

  .icon-portal::before {
  margin: 0 !important;
  padding: 0 !important;
  transform: scale(1.5, 1.5);
  margin-right: 10px !important;
  margin-left: 5px !important;
  vertical-align: text-top !important;
  color: white;
  }

  .govco-logo-container-portal {
  margin: 0 auto;
  display: table;
  }

  .govco-separator-rows {
  border-left: 1.5px solid #e5eefb;
  height: 70%;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 40px !important;
  }

  .govco-footer-logo-portal {
  height: 96px;
  background-color: var(--color-govco);
  margin-top: 100px !important;
  }

  .govco-mostrar {
  display: none !important;
  }

  .extramt-network {
  margin-top: 110px !important;
  }

  @media (max-width: 991px) {
  .govco-separator-rows {
    display: none !important;
  }
  .govco-info-datos-portal {
    display: block !important;
    width: 100% !important;
    order: 1 !important;
  }
  .govco-info-telefonos {
    display: block !important;
    width: 100% !important;
    order: 2 !important;
  }
  .govco-footer-logo-portal {
    display: block !important;
    width: 100% !important;
    order: 3 !important;
    margin-top: 10px !important;
  }
  .govco-network {
    margin-top: 40px !important;
  }
  .govco-iconContainer {
    margin-top: 20px !important;
    display: block !important;
  }
  .govco-links-portal-container {
    margin-left: 15px !important;
    margin-top: 10px !important;
    margin-bottom: auto !important;
  }
  .govco-mostrar {
    display: unset !important;
  }
  .govco-mostrar-inv {
    display: none !important;
  }
}




/*link to login */

.link-login-header-govco{
	position: relative !important;
	right: -13.625rem !important;
	margin: auto !important;
}

/* To limit img size footer*/

.govco-network img {
    width: 30px;
}

.govco-texto-datos-portal{
	
	display: block !important;
}


/*Fondo de pantalla cookie*/
.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-in {
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}
/*revocar consentimiento*/
.eu-cookie-withdraw-banner {
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

#sliding-popup {
    width: 100%;
}

.eu-cookie-withdraw-tab {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00000029;
    border-bottom: none;
    color: #2D2D2D;
    font-size: 16px;
}
/*******************************************************************************************/

.eu-cookie-compliance-content {
    display: flex;
    flex-direction: column;
  }

  @media (max-width: 768px) {
    .eu-cookie-compliance-buttons {
      flex-direction: column;
    }

    .eu-cookie-compliance-buttons button {
      margin-bottom: 10px;
    }
  }
  
  

.eu-cookie-compliance-message {
    float: left;
    margin: 5px 0 0;
    max-width: 100%;
    margin-bottom: 20px;
}

.eu-cookie-compliance-buttons {
    float: right;
    margin: 0 0 1em 0;
    max-width: 100%;
}

/*Texto cookies*/
.eu-cookie-compliance-message h2 {
    font-size: 34px;
}

.eu-cookie-compliance-message p {
    font-size: 20px;
    display: inline;
}

.eu-cookie-compliance-message h1, .eu-cookie-compliance-message h3, .eu-cookie-compliance-message p {
    font-weight: 100; 
    line-height: 1.4;
    margin: 0 0 5px 0;
}

 .eu-cookie-compliance-message h2{
    font-weight: bold; 
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
    color: #3366CC;
    font-size: 20px;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

#popup-buttons {
    text-align: center; /* Centra los botones */
}

.eu-cookie-compliance-buttons button {
    background-color: #3366cc; /* Color de fondo */
    color: #fff; /* Color del texto */
    border: 10px solid #3366cc;
    border-radius: 43px; /* Borde de 10px con el mismo color de fondo */
    width: 236px;
    height: 42px;
    font-size: 16px; /* Tamaño del texto */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
}

.eu-cookie-compliance-buttons button:hover {
    background-color: #004884; /* Color de fondo */
    color: #fff; /* Color del texto */
    border: 10px solid #004884;
    border-radius: 43px; /* Borde de 10px con el mismo color de fondo */
    width: 236px;
    height: 42px;
    font-size: 16px; /* Tamaño del texto */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
}


/*a.btn:hover, input.btn:hover {
    background-color: #004884 !important;
    border-color: #004884 !important;
    color: #FFFFFF !important;
}*/


	
.pace {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #ffffffd6 !important;
  z-index: 9999;
  overflow: hidden;
}
.pace .pace-progress {
	background: #07852e !important;
  color: #07852e!important;
}

.pace .pace-activity{
	box-shadow: inset 0 0 0 2px #3d63d4, inset 0 0 0 7px #fff !important;
}

/*
.pace .pace-progress {
  position: absolute;
  top: 6% !important;
  left: 50% !important;
 transform: translate(-50%, -50%) !important;
  background: #07852e !important;
  color: #07852e!important;
  width: 45%;
}


.pace .pace-activity{
	
	top: 6% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: inset 0 0 0 2px #d31219, inset 0 0 0 7px #f4d609 !important;
  width: 45%!important;
}*/

.links.inline li{
    font-size: 20px;
    font-weight: 500;
}


#chat-icon {
    position: fixed;
    bottom: 130px;
    right: 8px;
    cursor: pointer;
    z-index: 1500;

  
  
   
}

#chat-icon img{
	 width: 60px;
    border-radius: 150px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/* Estilo para el mensaje */
.chat-message {
   background-color: #255736;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    font-size: 14px;
    animation: fadeIn 3s ease-in-out infinite;
    position: absolute;
    bottom: 50px;
    right: 0;
}

/* Animación de aparición/desaparición del mensaje */
@keyframes fadeIn {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}









.main-navbar {
	
	background: #f4f4f4;
	border-bottom: solid 3px green;
	padding: 0!important;
	font-size: 14px;
	
	
	
}




/* Para el Popup */
#block-b5subtheme-test1 {
  display: none;
}

.spb_top_center {
    top: 20% !important;
}

.spb-popup-main-wrapper {
    border: #EDEDED;
    border-radius: 20px;
}

.spb-popup-main-wrapper {
    height: 398px;
}

@media only screen and (max-width: 515px) {
    .spb-popup-main-wrapper.spb_top_center {
        width:280px !important;
        height: 280px !important;
    }
}

.block-b5subtheme-test1-modal.spb_overlay{
	
	display: none;
	

}

.tbm-nav {
      justify-content: center !important	
}


.btn-custom {
    
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    font-size: 24px;
}

.btn-custom:hover {
    background: linear-gradient(to right, #17564d, #1e6b61);
    color: white;
    border: solid 2px #3366CC;
}

/* control del megamenu */
.tbm-collapse{
	
	display: block!important;
	padding-top: 0px!important;
	
}

.tbm-button{
	display: none!important;
	
}

.tbm-link.level-1, .tbm-link.level-1.no-link.tbm-toggle.h-100 {
	
	  font-weight: bolder !important;
}


.tbm-submenu-toggle{
	
	display: block !important;
}

.tbm-submenu{
	
	font-size: 14px;
}


.b-control{
	
	padding-left: 4.5rem;
  min-height: 10rem;
	
}

@media (max-width: 991px) {
  .b-control {
    padding-left: 2.5rem !important;
    padding-right: 2rem;
  }
  
  .main-navbar{
  	border: none !important;
  	background: #ffffff;
  }
  
  .carousel-control-prev-icon, .carousel-control-next-icon{
  	
  	background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    width: 50px !important;
  }
}

.color-custom-purple{
	
	color: var( --color-purple-oai);
}

@media (min-width: 768px) {
    .form--inline.clearfix {
        display: flex !important;
        align-items: center;
        margin-bottom: 1rem;
    }
}

.form-actions input{
	 margin-top: 1.7rem;
}

.field__item .btn-gobierno-digital  {
    margin-bottom: 1rem;
}


.contentcard .text-formatted{
	
	height: 100%;
}

.control-img-background{
	
	  aspect-ratio: 16 / 9;
    width: 100%;
    color: #fff;
}

@media (min-width: 1600px) {
  .control-img-background {
   /* max-height: 500px;
    aspect-ratio: auto; /* desactiva proporción */
    
    
  }
  
  .indicadores{
  	
  	margin-top: 300px;
  }
}


/* Estado normal */
.tematica-btn {
  transition: all .2s ease;
}

/* Estado activo: fondo del color del término y texto/ícono blancos */
.tematica-btn.active {
  background-color: var(--tema-color) !important;
  border-color: var(--tema-color) !important;
  color: #fff !important;
}

/* Forzar blanco en el ícono y el texto dentro (por si algo trae color) */
.tematica-btn.active i,
.tematica-btn.active .fw-semibold {
  color: #fff !important;
}


.tarjeta-tematica {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta-tematica:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.tarjeta-tematica:hover .icono-tematica {
  filter: brightness(1.2) saturate(1.2);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.control-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
