.elementor-168503 .elementor-element.elementor-element-36fd6d7:not(.elementor-motion-effects-element-type-background), .elementor-168503 .elementor-element.elementor-element-36fd6d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0943B5 0%, #0943B5 100%);}.elementor-168503 .elementor-element.elementor-element-36fd6d7 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-168503 .elementor-element.elementor-element-36fd6d7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 10px 0px 0px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-168503 .elementor-element.elementor-element-8ab1ae8 .elementor-menu-toggle{margin:0 auto;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-168503 .elementor-element.elementor-element-863f8dc{text-align:center;}.elementor-168503 .elementor-element.elementor-element-6247731{width:100%;max-width:100%;}/* Start custom CSS for global, class: .elementor-global-165361 */.govco-topbar {
  background-color: #0942B4;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
}

.govco-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.govco-link img {
  height: 24px;
  width: auto;
}

.govco-lang {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.govco-lang a {
  color: #fff;
  text-decoration: none;
}

.govco-lang span {
  opacity: 0.6;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-36fd6d7 *//* Colores oficiales del manual de identidad */
:root {
  --gov-blue-official: #3366CC;
  --gov-white: #FFFFFF;
}

.gov-top-bar {
  background-color: var(--gov-blue-official);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  /* Asegura que siempre esté al frente */
  position: relative;
  z-index: 9999;
}

.gov-container {
  width: 100%;
  max-width: 1200px; /* Alineación estándar con el contenido */
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.gov-logo-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.gov-logo-link img {
  height: 24px; /* Altura reglamentaria para que sea legible pero no invasivo */
  width: auto;
  display: block;
}

/* Ajuste para pantallas muy pequeñas */
@media (max-width: 480px) {
  .gov-top-bar {
    height: 36px; /* Un poco más delgada en móviles */
  }
  
  .gov-logo-link img {
    height: 820px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-523e419 */.cormag-header-wrapper,
.cormag-header-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.cormag-header-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 15px 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
}

.cormag-brand-link {
    display: block;
}

.cormag-brand-image {
    height: 65px;
    width: auto;
    display: block;
}

.cormag-search-container {
    flex: 0 1 300px;
    display: flex;
    border: 2px solid #005bb9;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
}

.cormag-search-form {
    display: flex;
    width: 100%;
}

.cormag-search-input {
    flex: 1;
    border: none;
    padding: 8px 15px;
    font-size: 14px;
    outline: none;
    background: transparent;
}

.cormag-search-button {
    background: #005bb9;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cormag-search-icon {
    display: block;
}

@media (max-width: 768px) {
    .cormag-header-wrapper {
        padding: 10px;
    }

    .cormag-brand-image {
        height: 45px;
    }

    .cormag-search-container {
        flex: 0 1 160px;
    }

    .cormag-search-input {
        display: none;
    }

    .cormag-search-button {
        width: 100%;
        padding: 8px 0;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-863f8dc */.elementor-168503 .elementor-element.elementor-element-863f8dc blockquote {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    background: transparent !important;
}

.elementor-168503 .elementor-element.elementor-element-863f8dc blockquote p {
    margin: 0 !important;
    display: inline-block;
}

.elementor-168503 .elementor-element.elementor-element-863f8dc .elementor-blockquote__content {
    border: none !important;
    padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-168345 */.progress-wrapper {
  width: 300px;
  margin: 0 auto;
}

.progress-section {
  width: 300px;
  padding: 0;
}

.progress-bar {
  display: flex;
  width: 300px;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
  gap: 0;
}

.progress-segment {
  display: flex;
  flex: 1;
}

.yellow {
  background-color: #FFEB3B;
  flex: 5;
}

.blue {
  background-color: #2E5090;
  flex: 3;
}

.red {
  background-color: #D32F2F;
  flex: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ea916e */.dir-contratistas-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e1e8ed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    box-sizing: border-box;
}

.dir-contratistas-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.dir-contratistas-search-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dir-contratistas-input-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.dir-contratistas-search-icon {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    pointer-events: none;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23004884' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0' /%3E%3Cpath d='M21 21l-6 -6' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dir-contratistas-input {
    width: 100% !important;
    padding: 10px 14px 10px 48px !important;
    font-size: 14px !important;
    border: 1px solid #ccd6dd !important;
    border-radius: 6px !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
    color: #1c2024 !important;
    background-color: #ffffff !important;
    height: 42px !important;
}

.dir-contratistas-input:focus {
    border-color: #004884 !important;
    box-shadow: 0 0 0 3px rgba(0, 72, 132, 0.15) !important;
}

.dir-contratistas-input:disabled {
    background-color: #f5f8fa !important;
    cursor: not-allowed !important;
}

.dir-contratistas-btn {
    background-color: #004884;
    color: #ffffff;
    border: none;
    padding: 0 24px;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dir-contratistas-btn:hover {
    background-color: #003366;
}

.dir-contratistas-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dir-contratistas-table {
    width: 100%;
    border-collapse: collapse;
    display: none;
    margin-bottom: 20px;
}

.dir-contratistas-table th {
    background-color: #004884;
    color: #ffffff;
    text-align: left;
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dir-contratistas-table td {
    padding: 12px;
    border-bottom: 1px solid #e1e8ed;
    font-size: 13px;
    color: #2c3e50;
    vertical-align: top;
    line-height: 1.5;
}

.dir-contratistas-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.dir-contratistas-table tbody tr:hover {
    background-color: #f0f4f8;
}

.dir-contratistas-cell-name {
    font-weight: 700;
    color: #004884;
    min-width: 180px;
}

.dir-contratistas-cell-description {
    min-width: 250px;
}

.dir-contratistas-cell-details {
    min-width: 200px;
}

.dir-contratistas-tag-supervision {
    display: inline-block;
    background-color: #e8f4fd;
    color: #004884;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
}

.dir-contratistas-tag-status {
    display: inline-block;
    background-color: #e6f4ea;
    color: #137333;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 4px;
}

.dir-contratistas-empty-message {
    text-align: center;
    color: #657786;
    padding: 20px;
}

.dir-contratistas-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e1e8ed;
}

.dir-contratistas-footer-label {
    display: block;
    margin-bottom: 8px;
    color: #004884;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.dir-contratistas-downloads-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.dir-contratistas-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #004884;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    background-color: #f5f8fa;
    border-radius: 4px;
    border: 1px solid #ccd6dd;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.dir-contratistas-download-btn:hover {
    background-color: #e1e8ed;
    border-color: #004884;
}

.dir-contratistas-excel-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23004884' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3v4a1 1 0 0 0 1 1h4' /%3E%3Cpath d='M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z' /%3E%3Cpath d='M10 12l4 4m0 -4l-4 4' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 640px) {
    .dir-contratistas-container {
        padding: 12px;
        border-radius: 0;
    }

    .dir-contratistas-search-group {
        flex-direction: column;
        gap: 10px;
    }

    .dir-contratistas-input-container {
        width: 100%;
    }

    .dir-contratistas-btn {
        width: 100%;
        padding: 12px;
    }

    .dir-contratistas-downloads-list {
        flex-direction: column;
    }

    .dir-contratistas-download-btn {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6247731 */.full-width-footer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.footer-blue-bg {
  background-color: #0943B5; 
  padding: 60px 0 30px 0;
  width: 100%;
}

.footer-container {
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 20px;
}

.contact-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 45px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  margin-bottom: 40px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
}

.header-text h2 {
  color: #004884;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

.card-body p {
  font-size: 15px;
  color: #444;
  margin: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule-box {
  background: #fdfdfd;
  padding: 15px;
  border-left: 4px solid #3366cc;
  margin: 25px 0;
  border-radius: 0 5px 5px 0;
}

.schedule-box p {
  margin: 0 !important;
  display: block !important;
  color: #004884 !important;
}

.copyright {
  font-size: 13px !important;
  color: #888 !important;
  margin-top: 20px !important;
}

.social-grid {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.social-grid a {
  background: #f0f5fa;
  padding: 8px 18px;
  border-radius: 5px;
  color: #004884 !important;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.bottom-links {
  margin-top: 40px;
  display: flex;
  gap: 25px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.bottom-links a {
  font-weight: 700;
  color: #004884 !important;
  font-size: 14px;
  text-decoration: none;
}

.gov-bar-footer {
  display: flex;
  gap: 30px;
  align-items: center;
}

.gov-bar-footer img {
  height: 40px;
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .full-width-footer { width: 100%; left: 0; right: 0; margin-left: 0; margin-right: 0; }
  .card-header { flex-direction: column; text-align: center; }
}
.footer-institucional-gov {
    background-color: #0943B5;
    width: 100%;
    padding: 12px 0;
}

.container-logos-gov {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.container-logos-gov a {
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
}

.container-logos-gov a:hover {
    opacity: 0.8;
}

.container-logos-gov a:first-child img {
    height: 35px;
    width: auto;
}

.container-logos-gov a:last-child img {
    height: 45px;
    width: auto;
}

@media (max-width: 768px) {
    .container-logos-gov {
        justify-content: center;
        gap: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-c63a183 */.main-footer-container {
  background-color: #004884; /* Azul de fondo */
  padding: 60px 0 20px 0;
  font-family: 'Work Sans', sans-serif;
}

.contact-card {
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto 40px auto;
  border-radius: 15px; /* Bordes redondeados de la imagen */
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.header-text h2 {
  color: #004884;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  max-width: 500px;
}

.header-logo img {
  height: 80px;
}

.card-body p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0;
}

.card-body a {
  color: #0066ff;
  text-decoration: none;
}

.card-body a:hover {
  text-decoration: underline;
}

.schedule { margin-top: 20px !important; }
.copyright { font-size: 13px !important; color: #666 !important; margin-top: 15px !important; }

/* Redes Sociales */
.social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.social-grid a {
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  color: #004884 !important;
  font-weight: 600;
}

/* Enlaces Azules Inferiores */
.bottom-links {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.bottom-links a {
  font-weight: 700;
  color: #004884;
  font-size: 14px;
}

/* Barra Final GOV.CO */
.gov-bar-footer {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gov-logos img {
  height: 35px;
  margin-right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-card { margin: 10px; padding: 20px; }
  .card-header { flex-direction: column; }
  .header-logo { margin-top: 20px; }
  .bottom-links { flex-direction: column; gap: 10px; }
}/* End custom CSS */