@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
      --font-button: 'Montserrat-SemiBold';
      --border-default: 24px;
      --border-raidus-cards: 15px;
      --height-basic-card: 300px;
      --color-text-dault: #4B4B4B;
      --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;
       		--width-ctg-logo:65px;
  		--height-ctg-logo:17px;
     
}

/* Estilos GB */

.navbar-brand img {
    height: 46px;
    margin: 0 !important;
    width: auto;
}

a:visited {
    color: #4B4B4B !important
}
a.btn:visited {
    color: white !important;
}

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



.font-resalt{
	font-weight: var( --font-weight-oai);
}

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

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

.btn.btn-gobierno-digital:hover, .btn:hover{
	/*background-color: #ecf6f369 !important;*/
	border: solid 2px #4672c8 !important;
	
}



/* ESCONDER ERROR DE LAYOUT BUILDER ALERTA*/
.alert.alert-error.alert-danger.alert-dismissible.fade.show {
    display: none;
}
/*
btn:focus,select:focus, input:focus{
    border-color: #000000 !important;
    outline: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 2px !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;
}

footer {
  padding: 0 !important;
}

/* 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 *, #drupal-off-canvas *:not(div)

{
 /*	color: #26A5FF !important; */
}

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


html, body {
  max-width:100%;
  overflow-x:hidden;
}

body{
  overflow: hidden;
}

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


.contenido{
  
  padding: 0px;
  
}

.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;
}


iframe {
    border-radius: 16px;
}

.py-5.background-bar:before {
    content: "";
    background: #ee7a1b;
    width: 100%;
    height: 280px;
    display: block;
    transform: translateY(175px);
    position: absolute;
    z-index: -1;
}

#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;
  margin-top: 30px !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: inherit;
  margin-left: 15px !important;
  margin-top: 40px !important;
  width: auto !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;
}

.govco-footer a{
	
	color: white !important;
}

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

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

.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%;
}

div.fivestar-widget .star, div.fivestar-widget .star a{
	
	margin-right: 3px;
}

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

@media (max-width: 767.98px) {
  .b-control {
    padding-left: 2.5rem !important;
  }
  
  /*
  .carousel-control-prev-icon, .carousel-control-next-icon{
  	
  	background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    width: 50px !important;
  }*/
}

.navbar-nav-menu-govco .nav-item:hover{
	
	background: #068460 !important;
	color: #ffffff !important;
}


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

}