.elementor-kit-6{--e-global-color-primary:#3266CC;--e-global-color-secondary:#EEF4FA;--e-global-color-text:#010101;--e-global-color-accent:#3266CC;--e-global-color-a7c91ee:#FFFFFF;--e-global-color-ae5a495:#FFF8D6;--e-global-color-3f92902:#D6F9E1;--e-global-color-06d2e6b:#333333;--e-global-color-9a01e65:#D6E9FA;--e-global-color-dfe3d75:#F9D6D6;--e-global-color-005c873:#73B8F1;--e-global-color-c369851:#F28B8B;--e-global-color-3e98069:#FFE87A;--e-global-color-5f2878a:#89E5B2;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;background-color:#FDFDFD;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#3266CC00;font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-primary );border-style:solid;border-color:var( --e-global-color-primary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );border-style:solid;border-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Lato", Sans-serif;letter-spacing:-0.5px;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:600;letter-spacing:-0.5px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:500;letter-spacing:-0.5px;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:500;letter-spacing:-0.5px;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:500;line-height:-0.5px;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;letter-spacing:-0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}

.MTO-banner-card{
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.MTO-banner-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.MTO-banner-card-text, .MTO-quienes-card-text h3 {
    transition: transform 0.5s ease, color 0.3s ease;
}

.MTO-banner-card:hover .MTO-banner-card-text,
.MTO-banner-card:hover .MTO-quienes-card-text h3 {
    transform: scale(1.03);
}

/* SOLO cambia el color del h3 dentro de .MTO-quienes-card-text */
.MTO-banner-card:hover .MTO-quienes-card-text .elementor-widget-container h3 {
    color: #fff !important;
}
/*FIN TRANSICION TEXTOS*/

.MTO-banner-card-icon {
    color: #333333;
    transition: transform 0.5s ease, color 0.3s ease;
}


.MTO-banner-card:hover .MTO-banner-card-icon {
    transform: scale(1.03) rotate(-45deg);
    color: white;
}

.MTO-banner-card-icon svg {
  fill: #333;
  transition: fill 0.5s ease;
}

.MTO-banner-card:hover .MTO-banner-card-icon svg {
  fill: #fff;
}


/*BOTONES*/

.MTO-btn a{
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.MTO-btn a:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(50, 102, 204, 0.3);
}

.MTO-news-btn{
    transition: transform 0.3s ease;
}

.MTO-news-btn:hover{
    transform: scale(1.02);
}

.MTO-card-icon{
    transition: background-color 0.3s ease;
}

.MTO-card-icon svg {
    transition: transform 0.3s ease, fill 0.3s ease;
}

.MTO-card-icon p,
.MTO-card-icon h3 {
  transition: color 0.3s ease, font-weight 0.3s ease, text-decoration 0.3s ease;
}

.MTO-card-icon:hover{
    cursor: pointer;
    background-color: #D6E9FA !important;
}

.MTO-card-icon:hover svg {
    transform: scale(1.1);
}

.MTO-card-icon:hover p,
.MTO-card-icon:hover h3 {
  text-decoration: underline;
  font-weight: 700;
}

/* filtro horizontal */
.e-filter {
    padding-top: 10px;
    padding-bottom: 10px;
}

.e-n-tabs-heading {
  padding-top: 12px;
  padding-bottom: 15px;
}
/* fin filtro horizontal */

.search-card a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
}

.search-card:hover a {
  background-size: 100% 1px;
}

/* Estilos Shortcodes Download-Manager*/
.link-template-default.card {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out; 
    background-color: #f3f3f3;
}
.link-template-default .package-title,
.link-template-default .package-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none !important;
}
.link-template-default .package-title a:hover {
    text-decoration: underline !important;
}
.link-template-default.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.link-template-default .text-muted {
    font-size: 14px;
    color: #6c757d;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Inter-VariableFont_opszwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Inter-Italic-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://metrocali.gov.co/wp-content/uploads/2025/02/Lato-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */