.elementor-3994 .elementor-element.elementor-element-c7316dd{--spacer-size:50px;}.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-3994 .elementor-element.elementor-element-a1df740{text-align:center;}.elementor-3994 .elementor-element.elementor-element-a1df740 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:#00B046;}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3994 .elementor-element.elementor-element-66a8736 .elementor-tab-title, .elementor-3994 .elementor-element.elementor-element-66a8736 .elementor-tab-title:before, .elementor-3994 .elementor-element.elementor-element-66a8736 .elementor-tab-title:after, .elementor-3994 .elementor-element.elementor-element-66a8736 .elementor-tab-content, .elementor-3994 .elementor-element.elementor-element-66a8736 .elementor-tabs-content-wrapper{border-width:1px;}.elementor-3994 .elementor-element.elementor-element-2062659{--spacer-size:50px;}/* Start custom CSS for tabs, class: .elementor-element-66a8736 */.tarifas-bogota {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.tarifa-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    margin-left: 14px;
    margin-top: 10px;
    text-align: center;
}

.tarifa-content img {
    width: 70px;
    height: 70px;
}

.tarifa-content p {
    color: #7A7A7A;
}

@media screen and (max-width:540px){
.tarifas-bogota {
    grid-template-columns: repeat(3, 1fr);
}
.tarifa-content {
    padding:0;
}
}/* End custom CSS */